Shades of Fuchsia #CC5CB1
Tints of Fuchsia #CC5CB1
RGB
CMYK
RGB Variations
Color information
#CC5CB1 (or 0xCC5CB1) is known color: Fuchsia. HEX triplet: CC, 5C and B1. RGB value is (204,92,177). Sum of RGB (Red+Green+Blue) = 204+92+177=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CB1 is #33A34E. Grayscale: #868686. Windows color (decimal): -3384143 or 11623628. OLE color: 11623628.
HSL color Cylindrical-coordinate representation of color #CC5CB1: hue angle of 314.46º 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 #CC5CB1 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 177 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.2 |
| HSL | 314.46º | 0.52% | 0.58% | - |
| HSV(B) | 314.46º | 0.55% | 0.8% | - |
| XYZ | 36.66 | 23.67 | 44.23 | - |
| YUV | 135.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 177 | 0 | 0.55 | 0.13 | 0.2 | 314.46 | 0.52 | 0.58 |
| Hex | CC | 5C | B1 | 0 | 37 | D | 14 | 13A | 34 | 3A |
| Octal | 314 | 134 | 261 | 0 | 67 | 15 | 24 | 472 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10110001 | 0 | 110111 | 1101 | 10100 | 100111010 | 110100 | 111010 |
Color Harmonies of #CC5CB1
Complementary color
Monochromatic Colors of #CC5CB1
Black with #CC5CB1
Text Example
Text Example
White with #CC5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CB1; }
p { color: rgb(204,92,177); }
H1.HeaderClassName
{
color: #CC5CB1;
}
.AnyTagClassName
{
color: #CC5CB1;
}
</style>
background-color css
<style>
a { background-color: #CC5CB1; }
a { background-color: rgb(204,92,177); }
div.DivClassName
{
background-color: #CC5CB1;
}
.BgClassName
{
background-color: #CC5CB1;
}
</style>
border-color css
<style>
span { border-color: #CC5CB1; }
span { border-color: rgb(204,92,177); }
td.TdClassName
{
border-color: #CC5CB1;
}
.TagClassName
{
border-color: #CC5CB1;
}
</style>