Shades of Fuchsia #CC58C8
Tints of Fuchsia #CC58C8
RGB
CMYK
RGB Variations
Color information
#CC58C8 (or 0xCC58C8) is known color: Fuchsia. HEX triplet: CC, 58 and C8. RGB value is (204,88,200). Sum of RGB (Red+Green+Blue) = 204+88+200=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58C8 is #33A737. Grayscale: #878787. Windows color (decimal): -3385144 or 13129932. OLE color: 13129932.
HSL color Cylindrical-coordinate representation of color #CC58C8: hue angle of 302.07º 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 #CC58C8 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 200 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.2 |
| HSL | 302.07º | 0.53% | 0.57% | - |
| HSV(B) | 302.07º | 0.57% | 0.8% | - |
| XYZ | 38.82 | 23.99 | 57.23 | - |
| YUV | 135.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 200 | 0 | 0.57 | 0.02 | 0.2 | 302.07 | 0.53 | 0.57 |
| Hex | CC | 58 | C8 | 0 | 39 | 2 | 14 | 12E | 35 | 39 |
| Octal | 314 | 130 | 310 | 0 | 71 | 2 | 24 | 456 | 65 | 71 |
| Binary | 11001100 | 1011000 | 11001000 | 0 | 111001 | 10 | 10100 | 100101110 | 110101 | 111001 |
Color Harmonies of #CC58C8
Complementary color
Monochromatic Colors of #CC58C8
Black with #CC58C8
Text Example
Text Example
White with #CC58C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58C8; }
p { color: rgb(204,88,200); }
H1.HeaderClassName
{
color: #CC58C8;
}
.AnyTagClassName
{
color: #CC58C8;
}
</style>
background-color css
<style>
a { background-color: #CC58C8; }
a { background-color: rgb(204,88,200); }
div.DivClassName
{
background-color: #CC58C8;
}
.BgClassName
{
background-color: #CC58C8;
}
</style>
border-color css
<style>
span { border-color: #CC58C8; }
span { border-color: rgb(204,88,200); }
td.TdClassName
{
border-color: #CC58C8;
}
.TagClassName
{
border-color: #CC58C8;
}
</style>