Shades of Fuchsia #CC5EC0
Tints of Fuchsia #CC5EC0
RGB
CMYK
RGB Variations
Color information
#CC5EC0 (or 0xCC5EC0) is known color: Fuchsia. HEX triplet: CC, 5E and C0. RGB value is (204,94,192). Sum of RGB (Red+Green+Blue) = 204+94+192=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EC0 is #33A13F. Grayscale: #898989. Windows color (decimal): -3383616 or 12607180. OLE color: 12607180.
HSL color Cylindrical-coordinate representation of color #CC5EC0: hue angle of 306.55º 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 #CC5EC0 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 94 | 192 | - |
CMYK | 0 | 0.54 | 0.06 | 0.2 |
HSL | 306.55º | 0.52% | 0.58% | - |
HSV(B) | 306.55º | 0.54% | 0.8% | - |
XYZ | 38.42 | 24.65 | 52.6 | - |
YUV | 138.06 | 158.44 | 175.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 94 | 192 | 0 | 0.54 | 0.06 | 0.2 | 306.55 | 0.52 | 0.58 |
Hex | CC | 5E | C0 | 0 | 36 | 6 | 14 | 133 | 34 | 3A |
Octal | 314 | 136 | 300 | 0 | 66 | 6 | 24 | 463 | 64 | 72 |
Binary | 11001100 | 1011110 | 11000000 | 0 | 110110 | 110 | 10100 | 100110011 | 110100 | 111010 |
Color Harmonies of #CC5EC0
Complementary color
Monochromatic Colors of #CC5EC0
Black with #CC5EC0
Text Example
Text Example
White with #CC5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EC0; }
p { color: rgb(204,94,192); }
H1.HeaderClassName
{
color: #CC5EC0;
}
.AnyTagClassName
{
color: #CC5EC0;
}
</style>
background-color css
<style>
a { background-color: #CC5EC0; }
a { background-color: rgb(204,94,192); }
div.DivClassName
{
background-color: #CC5EC0;
}
.BgClassName
{
background-color: #CC5EC0;
}
</style>
border-color css
<style>
span { border-color: #CC5EC0; }
span { border-color: rgb(204,94,192); }
td.TdClassName
{
border-color: #CC5EC0;
}
.TagClassName
{
border-color: #CC5EC0;
}
</style>