Shades of Fuchsia #CC5BC8
Tints of Fuchsia #CC5BC8
RGB
CMYK
RGB Variations
Color information
#CC5BC8 (or 0xCC5BC8) is known color: Fuchsia. HEX triplet: CC, 5B and C8. RGB value is (204,91,200). Sum of RGB (Red+Green+Blue) = 204+91+200=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BC8 is #33A437. Grayscale: #888888. Windows color (decimal): -3384376 or 13130700. OLE color: 13130700.
HSL color Cylindrical-coordinate representation of color #CC5BC8: hue angle of 302.12º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BC8 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 200 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.2 |
| HSL | 302.12º | 0.53% | 0.58% | - |
| HSV(B) | 302.12º | 0.55% | 0.8% | - |
| XYZ | 39.07 | 24.49 | 57.31 | - |
| YUV | 137.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 200 | 0 | 0.55 | 0.02 | 0.2 | 302.12 | 0.53 | 0.58 |
| Hex | CC | 5B | C8 | 0 | 37 | 2 | 14 | 12E | 35 | 3A |
| Octal | 314 | 133 | 310 | 0 | 67 | 2 | 24 | 456 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11001000 | 0 | 110111 | 10 | 10100 | 100101110 | 110101 | 111010 |
Color Harmonies of #CC5BC8
Complementary color
Monochromatic Colors of #CC5BC8
Black with #CC5BC8
Text Example
Text Example
White with #CC5BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BC8; }
p { color: rgb(204,91,200); }
H1.HeaderClassName
{
color: #CC5BC8;
}
.AnyTagClassName
{
color: #CC5BC8;
}
</style>
background-color css
<style>
a { background-color: #CC5BC8; }
a { background-color: rgb(204,91,200); }
div.DivClassName
{
background-color: #CC5BC8;
}
.BgClassName
{
background-color: #CC5BC8;
}
</style>
border-color css
<style>
span { border-color: #CC5BC8; }
span { border-color: rgb(204,91,200); }
td.TdClassName
{
border-color: #CC5BC8;
}
.TagClassName
{
border-color: #CC5BC8;
}
</style>