Shades of Fuchsia #CC5CBC
Tints of Fuchsia #CC5CBC
RGB
CMYK
RGB Variations
Color information
#CC5CBC (or 0xCC5CBC) is known color: Fuchsia. HEX triplet: CC, 5C and BC. RGB value is (204,92,188). Sum of RGB (Red+Green+Blue) = 204+92+188=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CBC is #33A343. Grayscale: #888888. Windows color (decimal): -3384132 or 12344524. OLE color: 12344524.
HSL color Cylindrical-coordinate representation of color #CC5CBC: hue angle of 308.57º 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 #CC5CBC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 188 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.2 |
| HSL | 308.57º | 0.52% | 0.58% | - |
| HSV(B) | 308.57º | 0.55% | 0.8% | - |
| XYZ | 37.81 | 24.12 | 50.24 | - |
| YUV | 136.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 188 | 0 | 0.55 | 0.08 | 0.2 | 308.57 | 0.52 | 0.58 |
| Hex | CC | 5C | BC | 0 | 37 | 8 | 14 | 135 | 34 | 3A |
| Octal | 314 | 134 | 274 | 0 | 67 | 10 | 24 | 465 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10111100 | 0 | 110111 | 1000 | 10100 | 100110101 | 110100 | 111010 |
Color Harmonies of #CC5CBC
Complementary color
Monochromatic Colors of #CC5CBC
Black with #CC5CBC
Text Example
Text Example
White with #CC5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CBC; }
p { color: rgb(204,92,188); }
H1.HeaderClassName
{
color: #CC5CBC;
}
.AnyTagClassName
{
color: #CC5CBC;
}
</style>
background-color css
<style>
a { background-color: #CC5CBC; }
a { background-color: rgb(204,92,188); }
div.DivClassName
{
background-color: #CC5CBC;
}
.BgClassName
{
background-color: #CC5CBC;
}
</style>
border-color css
<style>
span { border-color: #CC5CBC; }
span { border-color: rgb(204,92,188); }
td.TdClassName
{
border-color: #CC5CBC;
}
.TagClassName
{
border-color: #CC5CBC;
}
</style>