Shades of Fuchsia #CC56CE
Tints of Fuchsia #CC56CE
RGB
CMYK
RGB Variations
Color information
#CC56CE (or 0xCC56CE) is known color: Fuchsia. HEX triplet: CC, 56 and CE. RGB value is (204,86,206). Sum of RGB (Red+Green+Blue) = 204+86+206=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56CE is #33A931. Grayscale: #868686. Windows color (decimal): -3385650 or 13522636. OLE color: 13522636.
HSL color Cylindrical-coordinate representation of color #CC56CE: hue angle of 299º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC56CE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 86 | 206 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.19 |
| HSL | 299º | 0.55% | 0.57% | - |
| HSV(B) | 299º | 0.58% | 0.81% | - |
| XYZ | 39.37 | 23.95 | 60.94 | - |
| YUV | 134.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 206 | 0.01 | 0.58 | 0 | 0.19 | 299 | 0.55 | 0.57 |
| Hex | CC | 56 | CE | 1 | 3A | 0 | 13 | 12B | 37 | 39 |
| Octal | 314 | 126 | 316 | 1 | 72 | 0 | 23 | 453 | 67 | 71 |
| Binary | 11001100 | 1010110 | 11001110 | 1 | 111010 | 0 | 10011 | 100101011 | 110111 | 111001 |
Color Harmonies of #CC56CE
Complementary color
Monochromatic Colors of #CC56CE
Black with #CC56CE
Text Example
Text Example
White with #CC56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56CE; }
p { color: rgb(204,86,206); }
H1.HeaderClassName
{
color: #CC56CE;
}
.AnyTagClassName
{
color: #CC56CE;
}
</style>
background-color css
<style>
a { background-color: #CC56CE; }
a { background-color: rgb(204,86,206); }
div.DivClassName
{
background-color: #CC56CE;
}
.BgClassName
{
background-color: #CC56CE;
}
</style>
border-color css
<style>
span { border-color: #CC56CE; }
span { border-color: rgb(204,86,206); }
td.TdClassName
{
border-color: #CC56CE;
}
.TagClassName
{
border-color: #CC56CE;
}
</style>