Shades of Fuchsia #CF4ECB
Tints of Fuchsia #CF4ECB
RGB
CMYK
RGB Variations
Color information
#CF4ECB (or 0xCF4ECB) is known color: Fuchsia. HEX triplet: CF, 4E and CB. RGB value is (207,78,203). Sum of RGB (Red+Green+Blue) = 207+78+203=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ECB is #30B134. Grayscale: #828282. Windows color (decimal): -3191093 or 13323983. OLE color: 13323983.
HSL color Cylindrical-coordinate representation of color #CF4ECB: hue angle of 301.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4ECB is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 203 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.19 |
| HSL | 301.86º | 0.57% | 0.56% | - |
| HSV(B) | 301.86º | 0.62% | 0.81% | - |
| XYZ | 39.24 | 23.03 | 58.88 | - |
| YUV | 130.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 203 | 0 | 0.62 | 0.02 | 0.19 | 301.86 | 0.57 | 0.56 |
| Hex | CF | 4E | CB | 0 | 3E | 2 | 13 | 12E | 39 | 38 |
| Octal | 317 | 116 | 313 | 0 | 76 | 2 | 23 | 456 | 71 | 70 |
| Binary | 11001111 | 1001110 | 11001011 | 0 | 111110 | 10 | 10011 | 100101110 | 111001 | 111000 |
Color Harmonies of #CF4ECB
Complementary color
Monochromatic Colors of #CF4ECB
Black with #CF4ECB
Text Example
Text Example
White with #CF4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ECB; }
p { color: rgb(207,78,203); }
H1.HeaderClassName
{
color: #CF4ECB;
}
.AnyTagClassName
{
color: #CF4ECB;
}
</style>
background-color css
<style>
a { background-color: #CF4ECB; }
a { background-color: rgb(207,78,203); }
div.DivClassName
{
background-color: #CF4ECB;
}
.BgClassName
{
background-color: #CF4ECB;
}
</style>
border-color css
<style>
span { border-color: #CF4ECB; }
span { border-color: rgb(207,78,203); }
td.TdClassName
{
border-color: #CF4ECB;
}
.TagClassName
{
border-color: #CF4ECB;
}
</style>