Shades of Fuchsia #CC58C1
Tints of Fuchsia #CC58C1
RGB
CMYK
RGB Variations
Color information
#CC58C1 (or 0xCC58C1) is known color: Fuchsia. HEX triplet: CC, 58 and C1. RGB value is (204,88,193). Sum of RGB (Red+Green+Blue) = 204+88+193=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58C1 is #33A73E. Grayscale: #868686. Windows color (decimal): -3385151 or 12671180. OLE color: 12671180.
HSL color Cylindrical-coordinate representation of color #CC58C1: hue angle of 305.69º 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 #CC58C1 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 193 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.2 |
| HSL | 305.69º | 0.53% | 0.57% | - |
| HSV(B) | 305.69º | 0.57% | 0.8% | - |
| XYZ | 38.02 | 23.67 | 53.02 | - |
| YUV | 134.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 193 | 0 | 0.57 | 0.05 | 0.2 | 305.69 | 0.53 | 0.57 |
| Hex | CC | 58 | C1 | 0 | 39 | 5 | 14 | 132 | 35 | 39 |
| Octal | 314 | 130 | 301 | 0 | 71 | 5 | 24 | 462 | 65 | 71 |
| Binary | 11001100 | 1011000 | 11000001 | 0 | 111001 | 101 | 10100 | 100110010 | 110101 | 111001 |
Color Harmonies of #CC58C1
Complementary color
Monochromatic Colors of #CC58C1
Black with #CC58C1
Text Example
Text Example
White with #CC58C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58C1; }
p { color: rgb(204,88,193); }
H1.HeaderClassName
{
color: #CC58C1;
}
.AnyTagClassName
{
color: #CC58C1;
}
</style>
background-color css
<style>
a { background-color: #CC58C1; }
a { background-color: rgb(204,88,193); }
div.DivClassName
{
background-color: #CC58C1;
}
.BgClassName
{
background-color: #CC58C1;
}
</style>
border-color css
<style>
span { border-color: #CC58C1; }
span { border-color: rgb(204,88,193); }
td.TdClassName
{
border-color: #CC58C1;
}
.TagClassName
{
border-color: #CC58C1;
}
</style>