Shades of Fuchsia #CC5BCD
Tints of Fuchsia #CC5BCD
RGB
CMYK
RGB Variations
Color information
#CC5BCD (or 0xCC5BCD) is known color: Fuchsia. HEX triplet: CC, 5B and CD. RGB value is (204,91,205). Sum of RGB (Red+Green+Blue) = 204+91+205=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BCD is #33A432. Grayscale: #898989. Windows color (decimal): -3384371 or 13458380. OLE color: 13458380.
HSL color Cylindrical-coordinate representation of color #CC5BCD: hue angle of 299.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5BCD is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 91 | 205 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.20 |
| HSL | 299.47º | 0.53% | 0.58% | - |
| HSV(B) | 299.47º | 0.56% | 0.8% | - |
| XYZ | 39.66 | 24.73 | 60.44 | - |
| YUV | 137.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 205 | 0.00 | 0.56 | 0 | 0.20 | 299.47 | 0.53 | 0.58 |
| Hex | CC | 5B | CD | 0 | 38 | 0 | 14 | 12B | 35 | 3A |
| Octal | 314 | 133 | 315 | 0 | 70 | 0 | 24 | 453 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11001101 | 0 | 111000 | 0 | 10100 | 100101011 | 110101 | 111010 |
Color Harmonies of #CC5BCD
Complementary color
Monochromatic Colors of #CC5BCD
Black with #CC5BCD
Text Example
Text Example
White with #CC5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BCD; }
p { color: rgb(204,91,205); }
H1.HeaderClassName
{
color: #CC5BCD;
}
.AnyTagClassName
{
color: #CC5BCD;
}
</style>
background-color css
<style>
a { background-color: #CC5BCD; }
a { background-color: rgb(204,91,205); }
div.DivClassName
{
background-color: #CC5BCD;
}
.BgClassName
{
background-color: #CC5BCD;
}
</style>
border-color css
<style>
span { border-color: #CC5BCD; }
span { border-color: rgb(204,91,205); }
td.TdClassName
{
border-color: #CC5BCD;
}
.TagClassName
{
border-color: #CC5BCD;
}
</style>