Shades of Fuchsia #CC56CA
Tints of Fuchsia #CC56CA
RGB
CMYK
RGB Variations
Color information
#CC56CA (or 0xCC56CA) is known color: Fuchsia. HEX triplet: CC, 56 and CA. RGB value is (204,86,202). Sum of RGB (Red+Green+Blue) = 204+86+202=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56CA is #33A935. Grayscale: #868686. Windows color (decimal): -3385654 or 13260492. OLE color: 13260492.
HSL color Cylindrical-coordinate representation of color #CC56CA: hue angle of 301.02º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC56CA is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 202 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.2 |
| HSL | 301.02º | 0.54% | 0.57% | - |
| HSV(B) | 301.02º | 0.58% | 0.8% | - |
| XYZ | 38.89 | 23.76 | 58.41 | - |
| YUV | 134.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 202 | 0 | 0.58 | 0.01 | 0.2 | 301.02 | 0.54 | 0.57 |
| Hex | CC | 56 | CA | 0 | 3A | 1 | 14 | 12D | 36 | 39 |
| Octal | 314 | 126 | 312 | 0 | 72 | 1 | 24 | 455 | 66 | 71 |
| Binary | 11001100 | 1010110 | 11001010 | 0 | 111010 | 1 | 10100 | 100101101 | 110110 | 111001 |
Color Harmonies of #CC56CA
Complementary color
Monochromatic Colors of #CC56CA
Black with #CC56CA
Text Example
Text Example
White with #CC56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56CA; }
p { color: rgb(204,86,202); }
H1.HeaderClassName
{
color: #CC56CA;
}
.AnyTagClassName
{
color: #CC56CA;
}
</style>
background-color css
<style>
a { background-color: #CC56CA; }
a { background-color: rgb(204,86,202); }
div.DivClassName
{
background-color: #CC56CA;
}
.BgClassName
{
background-color: #CC56CA;
}
</style>
border-color css
<style>
span { border-color: #CC56CA; }
span { border-color: rgb(204,86,202); }
td.TdClassName
{
border-color: #CC56CA;
}
.TagClassName
{
border-color: #CC56CA;
}
</style>