Shades of Fuchsia #CC5BC0
Tints of Fuchsia #CC5BC0
RGB
CMYK
RGB Variations
Color information
#CC5BC0 (or 0xCC5BC0) is known color: Fuchsia. HEX triplet: CC, 5B and C0. RGB value is (204,91,192). Sum of RGB (Red+Green+Blue) = 204+91+192=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BC0 is #33A43F. Grayscale: #888888. Windows color (decimal): -3384384 or 12606412. OLE color: 12606412.
HSL color Cylindrical-coordinate representation of color #CC5BC0: hue angle of 306.37º 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 #CC5BC0 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 192 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.2 |
| HSL | 306.37º | 0.53% | 0.58% | - |
| HSV(B) | 306.37º | 0.55% | 0.8% | - |
| XYZ | 38.16 | 24.13 | 52.51 | - |
| YUV | 136.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 192 | 0 | 0.55 | 0.06 | 0.2 | 306.37 | 0.53 | 0.58 |
| Hex | CC | 5B | C0 | 0 | 37 | 6 | 14 | 132 | 35 | 3A |
| Octal | 314 | 133 | 300 | 0 | 67 | 6 | 24 | 462 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11000000 | 0 | 110111 | 110 | 10100 | 100110010 | 110101 | 111010 |
Color Harmonies of #CC5BC0
Complementary color
Monochromatic Colors of #CC5BC0
Black with #CC5BC0
Text Example
Text Example
White with #CC5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BC0; }
p { color: rgb(204,91,192); }
H1.HeaderClassName
{
color: #CC5BC0;
}
.AnyTagClassName
{
color: #CC5BC0;
}
</style>
background-color css
<style>
a { background-color: #CC5BC0; }
a { background-color: rgb(204,91,192); }
div.DivClassName
{
background-color: #CC5BC0;
}
.BgClassName
{
background-color: #CC5BC0;
}
</style>
border-color css
<style>
span { border-color: #CC5BC0; }
span { border-color: rgb(204,91,192); }
td.TdClassName
{
border-color: #CC5BC0;
}
.TagClassName
{
border-color: #CC5BC0;
}
</style>