Shades of Fuchsia #CC58CE
Tints of Fuchsia #CC58CE
RGB
CMYK
RGB Variations
Color information
#CC58CE (or 0xCC58CE) is known color: Fuchsia. HEX triplet: CC, 58 and CE. RGB value is (204,88,206). Sum of RGB (Red+Green+Blue) = 204+88+206=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58CE is #33A731. Grayscale: #878787. Windows color (decimal): -3385138 or 13523148. OLE color: 13523148.
HSL color Cylindrical-coordinate representation of color #CC58CE: hue angle of 298.98º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC58CE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 88 | 206 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.19 |
| HSL | 298.98º | 0.55% | 0.58% | - |
| HSV(B) | 298.98º | 0.57% | 0.81% | - |
| XYZ | 39.53 | 24.27 | 60.99 | - |
| YUV | 136.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 206 | 0.01 | 0.57 | 0 | 0.19 | 298.98 | 0.55 | 0.58 |
| Hex | CC | 58 | CE | 1 | 39 | 0 | 13 | 12B | 37 | 3A |
| Octal | 314 | 130 | 316 | 1 | 71 | 0 | 23 | 453 | 67 | 72 |
| Binary | 11001100 | 1011000 | 11001110 | 1 | 111001 | 0 | 10011 | 100101011 | 110111 | 111010 |
Color Harmonies of #CC58CE
Complementary color
Monochromatic Colors of #CC58CE
Black with #CC58CE
Text Example
Text Example
White with #CC58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58CE; }
p { color: rgb(204,88,206); }
H1.HeaderClassName
{
color: #CC58CE;
}
.AnyTagClassName
{
color: #CC58CE;
}
</style>
background-color css
<style>
a { background-color: #CC58CE; }
a { background-color: rgb(204,88,206); }
div.DivClassName
{
background-color: #CC58CE;
}
.BgClassName
{
background-color: #CC58CE;
}
</style>
border-color css
<style>
span { border-color: #CC58CE; }
span { border-color: rgb(204,88,206); }
td.TdClassName
{
border-color: #CC58CE;
}
.TagClassName
{
border-color: #CC58CE;
}
</style>