Shades of Fuchsia #CC5EC9
Tints of Fuchsia #CC5EC9
RGB
CMYK
RGB Variations
Color information
#CC5EC9 (or 0xCC5EC9) is known color: Fuchsia. HEX triplet: CC, 5E and C9. RGB value is (204,94,201). Sum of RGB (Red+Green+Blue) = 204+94+201=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EC9 is #33A136. Grayscale: #8A8A8A. Windows color (decimal): -3383607 or 13197004. OLE color: 13197004.
HSL color Cylindrical-coordinate representation of color #CC5EC9: hue angle of 301.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5EC9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 201 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.2 |
| HSL | 301.64º | 0.52% | 0.58% | - |
| HSV(B) | 301.64º | 0.54% | 0.8% | - |
| XYZ | 39.45 | 25.06 | 58.02 | - |
| YUV | 139.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 201 | 0 | 0.54 | 0.01 | 0.2 | 301.64 | 0.52 | 0.58 |
| Hex | CC | 5E | C9 | 0 | 36 | 1 | 14 | 12E | 34 | 3A |
| Octal | 314 | 136 | 311 | 0 | 66 | 1 | 24 | 456 | 64 | 72 |
| Binary | 11001100 | 1011110 | 11001001 | 0 | 110110 | 1 | 10100 | 100101110 | 110100 | 111010 |
Color Harmonies of #CC5EC9
Complementary color
Monochromatic Colors of #CC5EC9
Black with #CC5EC9
Text Example
Text Example
White with #CC5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EC9; }
p { color: rgb(204,94,201); }
H1.HeaderClassName
{
color: #CC5EC9;
}
.AnyTagClassName
{
color: #CC5EC9;
}
</style>
background-color css
<style>
a { background-color: #CC5EC9; }
a { background-color: rgb(204,94,201); }
div.DivClassName
{
background-color: #CC5EC9;
}
.BgClassName
{
background-color: #CC5EC9;
}
</style>
border-color css
<style>
span { border-color: #CC5EC9; }
span { border-color: rgb(204,94,201); }
td.TdClassName
{
border-color: #CC5EC9;
}
.TagClassName
{
border-color: #CC5EC9;
}
</style>