Shades of Fuchsia #CA58C0
Tints of Fuchsia #CA58C0
RGB
CMYK
RGB Variations
Color information
#CA58C0 (or 0xCA58C0) is known color: Fuchsia. HEX triplet: CA, 58 and C0. RGB value is (202,88,192). Sum of RGB (Red+Green+Blue) = 202+88+192=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58C0 is #35A73F. Grayscale: #858585. Windows color (decimal): -3516224 or 12605642. OLE color: 12605642.
HSL color Cylindrical-coordinate representation of color #CA58C0: hue angle of 305.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 #CA58C0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 192 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.21 |
| HSL | 305.26º | 0.52% | 0.57% | - |
| HSV(B) | 305.26º | 0.56% | 0.79% | - |
| XYZ | 37.36 | 23.34 | 52.41 | - |
| YUV | 133.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 192 | 0 | 0.56 | 0.05 | 0.21 | 305.26 | 0.52 | 0.57 |
| Hex | CA | 58 | C0 | 0 | 38 | 5 | 15 | 131 | 34 | 39 |
| Octal | 312 | 130 | 300 | 0 | 70 | 5 | 25 | 461 | 64 | 71 |
| Binary | 11001010 | 1011000 | 11000000 | 0 | 111000 | 101 | 10101 | 100110001 | 110100 | 111001 |
Color Harmonies of #CA58C0
Complementary color
Monochromatic Colors of #CA58C0
Black with #CA58C0
Text Example
Text Example
White with #CA58C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58C0; }
p { color: rgb(202,88,192); }
H1.HeaderClassName
{
color: #CA58C0;
}
.AnyTagClassName
{
color: #CA58C0;
}
</style>
background-color css
<style>
a { background-color: #CA58C0; }
a { background-color: rgb(202,88,192); }
div.DivClassName
{
background-color: #CA58C0;
}
.BgClassName
{
background-color: #CA58C0;
}
</style>
border-color css
<style>
span { border-color: #CA58C0; }
span { border-color: rgb(202,88,192); }
td.TdClassName
{
border-color: #CA58C0;
}
.TagClassName
{
border-color: #CA58C0;
}
</style>