Shades of Fuchsia #CA58CA
Tints of Fuchsia #CA58CA
RGB
CMYK
RGB Variations
Color information
#CA58CA (or 0xCA58CA) is known color: Fuchsia. HEX triplet: CA, 58 and CA. RGB value is (202,88,202). Sum of RGB (Red+Green+Blue) = 202+88+202=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58CA is #35A735. Grayscale: #868686. Windows color (decimal): -3516214 or 13261002. OLE color: 13261002.
HSL color Cylindrical-coordinate representation of color #CA58CA: hue angle of 300º 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 #CA58CA is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 202 | - |
| CMYK | 0 | 0.56 | 0 | 0.21 |
| HSL | 300º | 0.52% | 0.57% | - |
| HSV(B) | 300º | 0.56% | 0.79% | - |
| XYZ | 38.51 | 23.8 | 58.44 | - |
| YUV | 135.08 | 165.77 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 202 | 0 | 0.56 | 0 | 0.21 | 300 | 0.52 | 0.57 |
| Hex | CA | 58 | CA | 0 | 38 | 0 | 15 | 12C | 34 | 39 |
| Octal | 312 | 130 | 312 | 0 | 70 | 0 | 25 | 454 | 64 | 71 |
| Binary | 11001010 | 1011000 | 11001010 | 0 | 111000 | 0 | 10101 | 100101100 | 110100 | 111001 |
Color Harmonies of #CA58CA
Complementary color
Monochromatic Colors of #CA58CA
Black with #CA58CA
Text Example
Text Example
White with #CA58CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58CA; }
p { color: rgb(202,88,202); }
H1.HeaderClassName
{
color: #CA58CA;
}
.AnyTagClassName
{
color: #CA58CA;
}
</style>
background-color css
<style>
a { background-color: #CA58CA; }
a { background-color: rgb(202,88,202); }
div.DivClassName
{
background-color: #CA58CA;
}
.BgClassName
{
background-color: #CA58CA;
}
</style>
border-color css
<style>
span { border-color: #CA58CA; }
span { border-color: rgb(202,88,202); }
td.TdClassName
{
border-color: #CA58CA;
}
.TagClassName
{
border-color: #CA58CA;
}
</style>