Shades of Fuchsia #CB4ECD
Tints of Fuchsia #CB4ECD
RGB
CMYK
RGB Variations
Color information
#CB4ECD (or 0xCB4ECD) is known color: Fuchsia. HEX triplet: CB, 4E and CD. RGB value is (203,78,205). Sum of RGB (Red+Green+Blue) = 203+78+205=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB4ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ECD is #34B132. Grayscale: #818181. Windows color (decimal): -3453235 or 13455051. OLE color: 13455051.
HSL color Cylindrical-coordinate representation of color #CB4ECD: hue angle of 299.06º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4ECD is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 205 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.20 |
| HSL | 299.06º | 0.56% | 0.55% | - |
| HSV(B) | 299.06º | 0.62% | 0.8% | - |
| XYZ | 38.37 | 22.55 | 60.09 | - |
| YUV | 129.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 205 | 0.01 | 0.62 | 0 | 0.20 | 299.06 | 0.56 | 0.55 |
| Hex | CB | 4E | CD | 1 | 3E | 0 | 14 | 12B | 38 | 37 |
| Octal | 313 | 116 | 315 | 1 | 76 | 0 | 24 | 453 | 70 | 67 |
| Binary | 11001011 | 1001110 | 11001101 | 1 | 111110 | 0 | 10100 | 100101011 | 111000 | 110111 |
Color Harmonies of #CB4ECD
Complementary color
Monochromatic Colors of #CB4ECD
Black with #CB4ECD
Text Example
Text Example
White with #CB4ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ECD; }
p { color: rgb(203,78,205); }
H1.HeaderClassName
{
color: #CB4ECD;
}
.AnyTagClassName
{
color: #CB4ECD;
}
</style>
background-color css
<style>
a { background-color: #CB4ECD; }
a { background-color: rgb(203,78,205); }
div.DivClassName
{
background-color: #CB4ECD;
}
.BgClassName
{
background-color: #CB4ECD;
}
</style>
border-color css
<style>
span { border-color: #CB4ECD; }
span { border-color: rgb(203,78,205); }
td.TdClassName
{
border-color: #CB4ECD;
}
.TagClassName
{
border-color: #CB4ECD;
}
</style>