Shades of Fuchsia #CC4ECF
Tints of Fuchsia #CC4ECF
RGB
CMYK
RGB Variations
Color information
#CC4ECF (or 0xCC4ECF) is known color: Fuchsia. HEX triplet: CC, 4E and CF. RGB value is (204,78,207). Sum of RGB (Red+Green+Blue) = 204+78+207=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECF is #33B130. Grayscale: #818181. Windows color (decimal): -3387697 or 13586124. OLE color: 13586124.
HSL color Cylindrical-coordinate representation of color #CC4ECF: hue angle of 298.6º 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 #CC4ECF is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 78 | 207 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.19 |
| HSL | 298.6º | 0.57% | 0.56% | - |
| HSV(B) | 298.6º | 0.62% | 0.81% | - |
| XYZ | 38.89 | 22.79 | 61.38 | - |
| YUV | 130.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 207 | 0.01 | 0.62 | 0 | 0.19 | 298.6 | 0.57 | 0.56 |
| Hex | CC | 4E | CF | 1 | 3E | 0 | 13 | 12B | 39 | 38 |
| Octal | 314 | 116 | 317 | 1 | 76 | 0 | 23 | 453 | 71 | 70 |
| Binary | 11001100 | 1001110 | 11001111 | 1 | 111110 | 0 | 10011 | 100101011 | 111001 | 111000 |
Color Harmonies of #CC4ECF
Complementary color
Monochromatic Colors of #CC4ECF
Black with #CC4ECF
Text Example
Text Example
White with #CC4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ECF; }
p { color: rgb(204,78,207); }
H1.HeaderClassName
{
color: #CC4ECF;
}
.AnyTagClassName
{
color: #CC4ECF;
}
</style>
background-color css
<style>
a { background-color: #CC4ECF; }
a { background-color: rgb(204,78,207); }
div.DivClassName
{
background-color: #CC4ECF;
}
.BgClassName
{
background-color: #CC4ECF;
}
</style>
border-color css
<style>
span { border-color: #CC4ECF; }
span { border-color: rgb(204,78,207); }
td.TdClassName
{
border-color: #CC4ECF;
}
.TagClassName
{
border-color: #CC4ECF;
}
</style>