Shades of Fuchsia #CC58C4
Tints of Fuchsia #CC58C4
RGB
CMYK
RGB Variations
Color information
#CC58C4 (or 0xCC58C4) is known color: Fuchsia. HEX triplet: CC, 58 and C4. RGB value is (204,88,196). Sum of RGB (Red+Green+Blue) = 204+88+196=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58C4 is #33A73B. Grayscale: #868686. Windows color (decimal): -3385148 or 12867788. OLE color: 12867788.
HSL color Cylindrical-coordinate representation of color #CC58C4: hue angle of 304.14º 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 #CC58C4 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 196 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.2 |
| HSL | 304.14º | 0.53% | 0.57% | - |
| HSV(B) | 304.14º | 0.57% | 0.8% | - |
| XYZ | 38.36 | 23.8 | 54.8 | - |
| YUV | 135 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 196 | 0 | 0.57 | 0.04 | 0.2 | 304.14 | 0.53 | 0.57 |
| Hex | CC | 58 | C4 | 0 | 39 | 4 | 14 | 130 | 35 | 39 |
| Octal | 314 | 130 | 304 | 0 | 71 | 4 | 24 | 460 | 65 | 71 |
| Binary | 11001100 | 1011000 | 11000100 | 0 | 111001 | 100 | 10100 | 100110000 | 110101 | 111001 |
Color Harmonies of #CC58C4
Complementary color
Monochromatic Colors of #CC58C4
Black with #CC58C4
Text Example
Text Example
White with #CC58C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58C4; }
p { color: rgb(204,88,196); }
H1.HeaderClassName
{
color: #CC58C4;
}
.AnyTagClassName
{
color: #CC58C4;
}
</style>
background-color css
<style>
a { background-color: #CC58C4; }
a { background-color: rgb(204,88,196); }
div.DivClassName
{
background-color: #CC58C4;
}
.BgClassName
{
background-color: #CC58C4;
}
</style>
border-color css
<style>
span { border-color: #CC58C4; }
span { border-color: rgb(204,88,196); }
td.TdClassName
{
border-color: #CC58C4;
}
.TagClassName
{
border-color: #CC58C4;
}
</style>