Shades of Fuchsia #CC5CCB
Tints of Fuchsia #CC5CCB
RGB
CMYK
RGB Variations
Color information
#CC5CCB (or 0xCC5CCB) is known color: Fuchsia. HEX triplet: CC, 5C and CB. RGB value is (204,92,203). Sum of RGB (Red+Green+Blue) = 204+92+203=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CCB is #33A334. Grayscale: #898989. Windows color (decimal): -3384117 or 13327564. OLE color: 13327564.
HSL color Cylindrical-coordinate representation of color #CC5CCB: hue angle of 300.54º 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 #CC5CCB is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 203 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.2 |
| HSL | 300.54º | 0.52% | 0.58% | - |
| HSV(B) | 300.54º | 0.55% | 0.8% | - |
| XYZ | 39.51 | 24.8 | 59.21 | - |
| YUV | 138.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 203 | 0 | 0.55 | 0.00 | 0.2 | 300.54 | 0.52 | 0.58 |
| Hex | CC | 5C | CB | 0 | 37 | 0 | 14 | 12D | 34 | 3A |
| Octal | 314 | 134 | 313 | 0 | 67 | 0 | 24 | 455 | 64 | 72 |
| Binary | 11001100 | 1011100 | 11001011 | 0 | 110111 | 0 | 10100 | 100101101 | 110100 | 111010 |
Color Harmonies of #CC5CCB
Complementary color
Monochromatic Colors of #CC5CCB
Black with #CC5CCB
Text Example
Text Example
White with #CC5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CCB; }
p { color: rgb(204,92,203); }
H1.HeaderClassName
{
color: #CC5CCB;
}
.AnyTagClassName
{
color: #CC5CCB;
}
</style>
background-color css
<style>
a { background-color: #CC5CCB; }
a { background-color: rgb(204,92,203); }
div.DivClassName
{
background-color: #CC5CCB;
}
.BgClassName
{
background-color: #CC5CCB;
}
</style>
border-color css
<style>
span { border-color: #CC5CCB; }
span { border-color: rgb(204,92,203); }
td.TdClassName
{
border-color: #CC5CCB;
}
.TagClassName
{
border-color: #CC5CCB;
}
</style>