Shades of Fuchsia #CC57C9
Tints of Fuchsia #CC57C9
RGB
CMYK
RGB Variations
Color information
#CC57C9 (or 0xCC57C9) is known color: Fuchsia. HEX triplet: CC, 57 and C9. RGB value is (204,87,201). Sum of RGB (Red+Green+Blue) = 204+87+201=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC57C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC57C9 is #33A836. Grayscale: #868686. Windows color (decimal): -3385399 or 13195212. OLE color: 13195212.
HSL color Cylindrical-coordinate representation of color #CC57C9: hue angle of 301.54º 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 #CC57C9 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 201 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.2 |
| HSL | 301.54º | 0.53% | 0.57% | - |
| HSV(B) | 301.54º | 0.57% | 0.8% | - |
| XYZ | 38.85 | 23.87 | 57.82 | - |
| YUV | 134.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 201 | 0 | 0.57 | 0.01 | 0.2 | 301.54 | 0.53 | 0.57 |
| Hex | CC | 57 | C9 | 0 | 39 | 1 | 14 | 12E | 35 | 39 |
| Octal | 314 | 127 | 311 | 0 | 71 | 1 | 24 | 456 | 65 | 71 |
| Binary | 11001100 | 1010111 | 11001001 | 0 | 111001 | 1 | 10100 | 100101110 | 110101 | 111001 |
Color Harmonies of #CC57C9
Complementary color
Monochromatic Colors of #CC57C9
Black with #CC57C9
Text Example
Text Example
White with #CC57C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57C9; }
p { color: rgb(204,87,201); }
H1.HeaderClassName
{
color: #CC57C9;
}
.AnyTagClassName
{
color: #CC57C9;
}
</style>
background-color css
<style>
a { background-color: #CC57C9; }
a { background-color: rgb(204,87,201); }
div.DivClassName
{
background-color: #CC57C9;
}
.BgClassName
{
background-color: #CC57C9;
}
</style>
border-color css
<style>
span { border-color: #CC57C9; }
span { border-color: rgb(204,87,201); }
td.TdClassName
{
border-color: #CC57C9;
}
.TagClassName
{
border-color: #CC57C9;
}
</style>