Shades of Fuchsia #CC58AD
Tints of Fuchsia #CC58AD
RGB
CMYK
RGB Variations
Color information
#CC58AD (or 0xCC58AD) is known color: Fuchsia. HEX triplet: CC, 58 and AD. RGB value is (204,88,173). Sum of RGB (Red+Green+Blue) = 204+88+173=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58AD is #33A752. Grayscale: #848484. Windows color (decimal): -3385171 or 11360460. OLE color: 11360460.
HSL color Cylindrical-coordinate representation of color #CC58AD: hue angle of 316.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 #CC58AD is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 173 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.2 |
| HSL | 316.03º | 0.53% | 0.57% | - |
| HSV(B) | 316.03º | 0.57% | 0.8% | - |
| XYZ | 35.93 | 22.83 | 42.05 | - |
| YUV | 132.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 173 | 0 | 0.57 | 0.15 | 0.2 | 316.03 | 0.53 | 0.57 |
| Hex | CC | 58 | AD | 0 | 39 | F | 14 | 13C | 35 | 39 |
| Octal | 314 | 130 | 255 | 0 | 71 | 17 | 24 | 474 | 65 | 71 |
| Binary | 11001100 | 1011000 | 10101101 | 0 | 111001 | 1111 | 10100 | 100111100 | 110101 | 111001 |
Color Harmonies of #CC58AD
Complementary color
Monochromatic Colors of #CC58AD
Black with #CC58AD
Text Example
Text Example
White with #CC58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58AD; }
p { color: rgb(204,88,173); }
H1.HeaderClassName
{
color: #CC58AD;
}
.AnyTagClassName
{
color: #CC58AD;
}
</style>
background-color css
<style>
a { background-color: #CC58AD; }
a { background-color: rgb(204,88,173); }
div.DivClassName
{
background-color: #CC58AD;
}
.BgClassName
{
background-color: #CC58AD;
}
</style>
border-color css
<style>
span { border-color: #CC58AD; }
span { border-color: rgb(204,88,173); }
td.TdClassName
{
border-color: #CC58AD;
}
.TagClassName
{
border-color: #CC58AD;
}
</style>