Shades of Fuchsia #CA58AD
Tints of Fuchsia #CA58AD
RGB
CMYK
RGB Variations
Color information
#CA58AD (or 0xCA58AD) is known color: Fuchsia. HEX triplet: CA, 58 and AD. RGB value is (202,88,173). Sum of RGB (Red+Green+Blue) = 202+88+173=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA58AD is #35A752. Grayscale: #838383. Windows color (decimal): -3516243 or 11360458. OLE color: 11360458.
HSL color Cylindrical-coordinate representation of color #CA58AD: hue angle of 315.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA58AD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 173 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.21 |
| HSL | 315.26º | 0.52% | 0.57% | - |
| HSV(B) | 315.26º | 0.56% | 0.79% | - |
| XYZ | 35.39 | 22.55 | 42.02 | - |
| YUV | 131.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 173 | 0 | 0.56 | 0.14 | 0.21 | 315.26 | 0.52 | 0.57 |
| Hex | CA | 58 | AD | 0 | 38 | E | 15 | 13B | 34 | 39 |
| Octal | 312 | 130 | 255 | 0 | 70 | 16 | 25 | 473 | 64 | 71 |
| Binary | 11001010 | 1011000 | 10101101 | 0 | 111000 | 1110 | 10101 | 100111011 | 110100 | 111001 |
Color Harmonies of #CA58AD
Complementary color
Monochromatic Colors of #CA58AD
Black with #CA58AD
Text Example
Text Example
White with #CA58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58AD; }
p { color: rgb(202,88,173); }
H1.HeaderClassName
{
color: #CA58AD;
}
.AnyTagClassName
{
color: #CA58AD;
}
</style>
background-color css
<style>
a { background-color: #CA58AD; }
a { background-color: rgb(202,88,173); }
div.DivClassName
{
background-color: #CA58AD;
}
.BgClassName
{
background-color: #CA58AD;
}
</style>
border-color css
<style>
span { border-color: #CA58AD; }
span { border-color: rgb(202,88,173); }
td.TdClassName
{
border-color: #CA58AD;
}
.TagClassName
{
border-color: #CA58AD;
}
</style>