Shades of Fuchsia #CC5EC5
Tints of Fuchsia #CC5EC5
RGB
CMYK
RGB Variations
Color information
#CC5EC5 (or 0xCC5EC5) is known color: Fuchsia. HEX triplet: CC, 5E and C5. RGB value is (204,94,197). Sum of RGB (Red+Green+Blue) = 204+94+197=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EC5 is #33A13A. Grayscale: #8A8A8A. Windows color (decimal): -3383611 or 12934860. OLE color: 12934860.
HSL color Cylindrical-coordinate representation of color #CC5EC5: hue angle of 303.82º 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 #CC5EC5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 197 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.2 |
| HSL | 303.82º | 0.52% | 0.58% | - |
| HSV(B) | 303.82º | 0.54% | 0.8% | - |
| XYZ | 38.98 | 24.87 | 55.57 | - |
| YUV | 138.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 197 | 0 | 0.54 | 0.03 | 0.2 | 303.82 | 0.52 | 0.58 |
| Hex | CC | 5E | C5 | 0 | 36 | 3 | 14 | 130 | 34 | 3A |
| Octal | 314 | 136 | 305 | 0 | 66 | 3 | 24 | 460 | 64 | 72 |
| Binary | 11001100 | 1011110 | 11000101 | 0 | 110110 | 11 | 10100 | 100110000 | 110100 | 111010 |
Color Harmonies of #CC5EC5
Complementary color
Monochromatic Colors of #CC5EC5
Black with #CC5EC5
Text Example
Text Example
White with #CC5EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EC5; }
p { color: rgb(204,94,197); }
H1.HeaderClassName
{
color: #CC5EC5;
}
.AnyTagClassName
{
color: #CC5EC5;
}
</style>
background-color css
<style>
a { background-color: #CC5EC5; }
a { background-color: rgb(204,94,197); }
div.DivClassName
{
background-color: #CC5EC5;
}
.BgClassName
{
background-color: #CC5EC5;
}
</style>
border-color css
<style>
span { border-color: #CC5EC5; }
span { border-color: rgb(204,94,197); }
td.TdClassName
{
border-color: #CC5EC5;
}
.TagClassName
{
border-color: #CC5EC5;
}
</style>