Shades of Fuchsia #CC5BCB
Tints of Fuchsia #CC5BCB
RGB
CMYK
RGB Variations
Color information
#CC5BCB (or 0xCC5BCB) is known color: Fuchsia. HEX triplet: CC, 5B and CB. RGB value is (204,91,203). Sum of RGB (Red+Green+Blue) = 204+91+203=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BCB is #33A434. Grayscale: #898989. Windows color (decimal): -3384373 or 13327308. OLE color: 13327308.
HSL color Cylindrical-coordinate representation of color #CC5BCB: hue angle of 300.53º 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 #CC5BCB is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 203 | - |
| CMYK | 0 | 0.55 | 0.00 | 0.2 |
| HSL | 300.53º | 0.53% | 0.58% | - |
| HSV(B) | 300.53º | 0.55% | 0.8% | - |
| XYZ | 39.42 | 24.63 | 59.18 | - |
| YUV | 137.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 203 | 0 | 0.55 | 0.00 | 0.2 | 300.53 | 0.53 | 0.58 |
| Hex | CC | 5B | CB | 0 | 37 | 0 | 14 | 12D | 35 | 3A |
| Octal | 314 | 133 | 313 | 0 | 67 | 0 | 24 | 455 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11001011 | 0 | 110111 | 0 | 10100 | 100101101 | 110101 | 111010 |
Color Harmonies of #CC5BCB
Complementary color
Monochromatic Colors of #CC5BCB
Black with #CC5BCB
Text Example
Text Example
White with #CC5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BCB; }
p { color: rgb(204,91,203); }
H1.HeaderClassName
{
color: #CC5BCB;
}
.AnyTagClassName
{
color: #CC5BCB;
}
</style>
background-color css
<style>
a { background-color: #CC5BCB; }
a { background-color: rgb(204,91,203); }
div.DivClassName
{
background-color: #CC5BCB;
}
.BgClassName
{
background-color: #CC5BCB;
}
</style>
border-color css
<style>
span { border-color: #CC5BCB; }
span { border-color: rgb(204,91,203); }
td.TdClassName
{
border-color: #CC5BCB;
}
.TagClassName
{
border-color: #CC5BCB;
}
</style>