Shades of Fuchsia #CA58C2
Tints of Fuchsia #CA58C2
RGB
CMYK
RGB Variations
Color information
#CA58C2 (or 0xCA58C2) is known color: Fuchsia. HEX triplet: CA, 58 and C2. RGB value is (202,88,194). Sum of RGB (Red+Green+Blue) = 202+88+194=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA58C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA58C2 is #35A73D. Grayscale: #858585. Windows color (decimal): -3516222 or 12736714. OLE color: 12736714.
HSL color Cylindrical-coordinate representation of color #CA58C2: hue angle of 304.21º 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 #CA58C2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 88 | 194 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.21 |
| HSL | 304.21º | 0.52% | 0.57% | - |
| HSV(B) | 304.21º | 0.56% | 0.79% | - |
| XYZ | 37.58 | 23.43 | 53.58 | - |
| YUV | 134.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 88 | 194 | 0 | 0.56 | 0.04 | 0.21 | 304.21 | 0.52 | 0.57 |
| Hex | CA | 58 | C2 | 0 | 38 | 4 | 15 | 130 | 34 | 39 |
| Octal | 312 | 130 | 302 | 0 | 70 | 4 | 25 | 460 | 64 | 71 |
| Binary | 11001010 | 1011000 | 11000010 | 0 | 111000 | 100 | 10101 | 100110000 | 110100 | 111001 |
Color Harmonies of #CA58C2
Complementary color
Monochromatic Colors of #CA58C2
Black with #CA58C2
Text Example
Text Example
White with #CA58C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA58C2; }
p { color: rgb(202,88,194); }
H1.HeaderClassName
{
color: #CA58C2;
}
.AnyTagClassName
{
color: #CA58C2;
}
</style>
background-color css
<style>
a { background-color: #CA58C2; }
a { background-color: rgb(202,88,194); }
div.DivClassName
{
background-color: #CA58C2;
}
.BgClassName
{
background-color: #CA58C2;
}
</style>
border-color css
<style>
span { border-color: #CA58C2; }
span { border-color: rgb(202,88,194); }
td.TdClassName
{
border-color: #CA58C2;
}
.TagClassName
{
border-color: #CA58C2;
}
</style>