Shades of Fuchsia #CC57CA
Tints of Fuchsia #CC57CA
RGB
CMYK
RGB Variations
Color information
#CC57CA (or 0xCC57CA) is known color: Fuchsia. HEX triplet: CC, 57 and CA. RGB value is (204,87,202). Sum of RGB (Red+Green+Blue) = 204+87+202=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57CA is #33A835. Grayscale: #868686. Windows color (decimal): -3385398 or 13260748. OLE color: 13260748.
HSL color Cylindrical-coordinate representation of color #CC57CA: hue angle of 301.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC57CA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 202 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.2 |
| HSL | 301.03º | 0.53% | 0.57% | - |
| HSV(B) | 301.03º | 0.57% | 0.8% | - |
| XYZ | 38.97 | 23.92 | 58.44 | - |
| YUV | 135.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 202 | 0 | 0.57 | 0.01 | 0.2 | 301.03 | 0.53 | 0.57 |
| Hex | CC | 57 | CA | 0 | 39 | 1 | 14 | 12D | 35 | 39 |
| Octal | 314 | 127 | 312 | 0 | 71 | 1 | 24 | 455 | 65 | 71 |
| Binary | 11001100 | 1010111 | 11001010 | 0 | 111001 | 1 | 10100 | 100101101 | 110101 | 111001 |
Color Harmonies of #CC57CA
Complementary color
Monochromatic Colors of #CC57CA
Black with #CC57CA
Text Example
Text Example
White with #CC57CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57CA; }
p { color: rgb(204,87,202); }
H1.HeaderClassName
{
color: #CC57CA;
}
.AnyTagClassName
{
color: #CC57CA;
}
</style>
background-color css
<style>
a { background-color: #CC57CA; }
a { background-color: rgb(204,87,202); }
div.DivClassName
{
background-color: #CC57CA;
}
.BgClassName
{
background-color: #CC57CA;
}
</style>
border-color css
<style>
span { border-color: #CC57CA; }
span { border-color: rgb(204,87,202); }
td.TdClassName
{
border-color: #CC57CA;
}
.TagClassName
{
border-color: #CC57CA;
}
</style>