Shades of Fuchsia #CC58CA
Tints of Fuchsia #CC58CA
RGB
CMYK
RGB Variations
Color information
#CC58CA (or 0xCC58CA) is known color: Fuchsia. HEX triplet: CC, 58 and CA. RGB value is (204,88,202). Sum of RGB (Red+Green+Blue) = 204+88+202=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58CA is #33A735. Grayscale: #878787. Windows color (decimal): -3385142 or 13261004. OLE color: 13261004.
HSL color Cylindrical-coordinate representation of color #CC58CA: 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 #CC58CA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 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 | 39.05 | 24.08 | 58.47 | - |
| YUV | 135.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 202 | 0 | 0.57 | 0.01 | 0.2 | 301.03 | 0.53 | 0.57 |
| Hex | CC | 58 | CA | 0 | 39 | 1 | 14 | 12D | 35 | 39 |
| Octal | 314 | 130 | 312 | 0 | 71 | 1 | 24 | 455 | 65 | 71 |
| Binary | 11001100 | 1011000 | 11001010 | 0 | 111001 | 1 | 10100 | 100101101 | 110101 | 111001 |
Color Harmonies of #CC58CA
Complementary color
Monochromatic Colors of #CC58CA
Black with #CC58CA
Text Example
Text Example
White with #CC58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58CA; }
p { color: rgb(204,88,202); }
H1.HeaderClassName
{
color: #CC58CA;
}
.AnyTagClassName
{
color: #CC58CA;
}
</style>
background-color css
<style>
a { background-color: #CC58CA; }
a { background-color: rgb(204,88,202); }
div.DivClassName
{
background-color: #CC58CA;
}
.BgClassName
{
background-color: #CC58CA;
}
</style>
border-color css
<style>
span { border-color: #CC58CA; }
span { border-color: rgb(204,88,202); }
td.TdClassName
{
border-color: #CC58CA;
}
.TagClassName
{
border-color: #CC58CA;
}
</style>