Shades of Fuchsia #CA58CE
Tints of Fuchsia #CA58CE
RGB
CMYK
RGB Variations
Color information
#CA58CE (or 0xCA58CE) is known color: Fuchsia. HEX triplet: CA, 58 and CE. RGB value is (202,88,206). Sum of RGB (Red+Green+Blue) = 202+88+206=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58CE is #35A731. Grayscale: #878787. Windows color (decimal): -3516210 or 13523146. OLE color: 13523146.
HSL color Cylindrical-coordinate representation of color #CA58CE: hue angle of 297.97º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA58CE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 88 | 206 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.19 |
| HSL | 297.97º | 0.55% | 0.58% | - |
| HSV(B) | 297.97º | 0.57% | 0.81% | - |
| XYZ | 38.99 | 23.99 | 60.97 | - |
| YUV | 135.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 206 | 0.02 | 0.57 | 0 | 0.19 | 297.97 | 0.55 | 0.58 |
| Hex | CA | 58 | CE | 2 | 39 | 0 | 13 | 12A | 37 | 3A |
| Octal | 312 | 130 | 316 | 2 | 71 | 0 | 23 | 452 | 67 | 72 |
| Binary | 11001010 | 1011000 | 11001110 | 10 | 111001 | 0 | 10011 | 100101010 | 110111 | 111010 |
Color Harmonies of #CA58CE
Complementary color
Monochromatic Colors of #CA58CE
Black with #CA58CE
Text Example
Text Example
White with #CA58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58CE; }
p { color: rgb(202,88,206); }
H1.HeaderClassName
{
color: #CA58CE;
}
.AnyTagClassName
{
color: #CA58CE;
}
</style>
background-color css
<style>
a { background-color: #CA58CE; }
a { background-color: rgb(202,88,206); }
div.DivClassName
{
background-color: #CA58CE;
}
.BgClassName
{
background-color: #CA58CE;
}
</style>
border-color css
<style>
span { border-color: #CA58CE; }
span { border-color: rgb(202,88,206); }
td.TdClassName
{
border-color: #CA58CE;
}
.TagClassName
{
border-color: #CA58CE;
}
</style>