Shades of Fuchsia #CC4EC9
Tints of Fuchsia #CC4EC9
RGB
CMYK
RGB Variations
Color information
#CC4EC9 (or 0xCC4EC9) is known color: Fuchsia. HEX triplet: CC, 4E and C9. RGB value is (204,78,201). Sum of RGB (Red+Green+Blue) = 204+78+201=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EC9 is #33B136. Grayscale: #818181. Windows color (decimal): -3387703 or 13192908. OLE color: 13192908.
HSL color Cylindrical-coordinate representation of color #CC4EC9: hue angle of 301.43º degrees, saturation: 0.55, 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 #CC4EC9 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 201 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.2 |
| HSL | 301.43º | 0.55% | 0.55% | - |
| HSV(B) | 301.43º | 0.62% | 0.8% | - |
| XYZ | 38.17 | 22.5 | 57.59 | - |
| YUV | 129.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 201 | 0 | 0.62 | 0.01 | 0.2 | 301.43 | 0.55 | 0.55 |
| Hex | CC | 4E | C9 | 0 | 3E | 1 | 14 | 12D | 37 | 37 |
| Octal | 314 | 116 | 311 | 0 | 76 | 1 | 24 | 455 | 67 | 67 |
| Binary | 11001100 | 1001110 | 11001001 | 0 | 111110 | 1 | 10100 | 100101101 | 110111 | 110111 |
Color Harmonies of #CC4EC9
Complementary color
Monochromatic Colors of #CC4EC9
Black with #CC4EC9
Text Example
Text Example
White with #CC4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EC9; }
p { color: rgb(204,78,201); }
H1.HeaderClassName
{
color: #CC4EC9;
}
.AnyTagClassName
{
color: #CC4EC9;
}
</style>
background-color css
<style>
a { background-color: #CC4EC9; }
a { background-color: rgb(204,78,201); }
div.DivClassName
{
background-color: #CC4EC9;
}
.BgClassName
{
background-color: #CC4EC9;
}
</style>
border-color css
<style>
span { border-color: #CC4EC9; }
span { border-color: rgb(204,78,201); }
td.TdClassName
{
border-color: #CC4EC9;
}
.TagClassName
{
border-color: #CC4EC9;
}
</style>