Shades of Fuchsia #CC58BD
Tints of Fuchsia #CC58BD
RGB
CMYK
RGB Variations
Color information
#CC58BD (or 0xCC58BD) is known color: Fuchsia. HEX triplet: CC, 58 and BD. RGB value is (204,88,189). Sum of RGB (Red+Green+Blue) = 204+88+189=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58BD is #33A742. Grayscale: #858585. Windows color (decimal): -3385155 or 12409036. OLE color: 12409036.
HSL color Cylindrical-coordinate representation of color #CC58BD: hue angle of 307.76º 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 #CC58BD is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 189 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.2 |
| HSL | 307.76º | 0.53% | 0.57% | - |
| HSV(B) | 307.76º | 0.57% | 0.8% | - |
| XYZ | 37.58 | 23.49 | 50.7 | - |
| YUV | 134.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 189 | 0 | 0.57 | 0.07 | 0.2 | 307.76 | 0.53 | 0.57 |
| Hex | CC | 58 | BD | 0 | 39 | 7 | 14 | 134 | 35 | 39 |
| Octal | 314 | 130 | 275 | 0 | 71 | 7 | 24 | 464 | 65 | 71 |
| Binary | 11001100 | 1011000 | 10111101 | 0 | 111001 | 111 | 10100 | 100110100 | 110101 | 111001 |
Color Harmonies of #CC58BD
Complementary color
Monochromatic Colors of #CC58BD
Black with #CC58BD
Text Example
Text Example
White with #CC58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58BD; }
p { color: rgb(204,88,189); }
H1.HeaderClassName
{
color: #CC58BD;
}
.AnyTagClassName
{
color: #CC58BD;
}
</style>
background-color css
<style>
a { background-color: #CC58BD; }
a { background-color: rgb(204,88,189); }
div.DivClassName
{
background-color: #CC58BD;
}
.BgClassName
{
background-color: #CC58BD;
}
</style>
border-color css
<style>
span { border-color: #CC58BD; }
span { border-color: rgb(204,88,189); }
td.TdClassName
{
border-color: #CC58BD;
}
.TagClassName
{
border-color: #CC58BD;
}
</style>