Shades of Fuchsia #CC5CBB
Tints of Fuchsia #CC5CBB
RGB
CMYK
RGB Variations
Color information
#CC5CBB (or 0xCC5CBB) is known color: Fuchsia. HEX triplet: CC, 5C and BB. RGB value is (204,92,187). Sum of RGB (Red+Green+Blue) = 204+92+187=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CBB is #33A344. Grayscale: #888888. Windows color (decimal): -3384133 or 12278988. OLE color: 12278988.
HSL color Cylindrical-coordinate representation of color #CC5CBB: hue angle of 309.11º degrees, saturation: 0.52, 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 #CC5CBB is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 187 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.2 |
| HSL | 309.11º | 0.52% | 0.58% | - |
| HSV(B) | 309.11º | 0.55% | 0.8% | - |
| XYZ | 37.7 | 24.08 | 49.67 | - |
| YUV | 136.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 187 | 0 | 0.55 | 0.08 | 0.2 | 309.11 | 0.52 | 0.58 |
| Hex | CC | 5C | BB | 0 | 37 | 8 | 14 | 135 | 34 | 3A |
| Octal | 314 | 134 | 273 | 0 | 67 | 10 | 24 | 465 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10111011 | 0 | 110111 | 1000 | 10100 | 100110101 | 110100 | 111010 |
Color Harmonies of #CC5CBB
Complementary color
Monochromatic Colors of #CC5CBB
Black with #CC5CBB
Text Example
Text Example
White with #CC5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CBB; }
p { color: rgb(204,92,187); }
H1.HeaderClassName
{
color: #CC5CBB;
}
.AnyTagClassName
{
color: #CC5CBB;
}
</style>
background-color css
<style>
a { background-color: #CC5CBB; }
a { background-color: rgb(204,92,187); }
div.DivClassName
{
background-color: #CC5CBB;
}
.BgClassName
{
background-color: #CC5CBB;
}
</style>
border-color css
<style>
span { border-color: #CC5CBB; }
span { border-color: rgb(204,92,187); }
td.TdClassName
{
border-color: #CC5CBB;
}
.TagClassName
{
border-color: #CC5CBB;
}
</style>