Shades of Fuchsia #CA59C2
Tints of Fuchsia #CA59C2
RGB
CMYK
RGB Variations
Color information
#CA59C2 (or 0xCA59C2) is known color: Fuchsia. HEX triplet: CA, 59 and C2. RGB value is (202,89,194). Sum of RGB (Red+Green+Blue) = 202+89+194=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59C2 is #35A63D. Grayscale: #868686. Windows color (decimal): -3515966 or 12736970. OLE color: 12736970.
HSL color Cylindrical-coordinate representation of color #CA59C2: hue angle of 304.25º 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 #CA59C2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 194 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.21 |
| HSL | 304.25º | 0.52% | 0.57% | - |
| HSV(B) | 304.25º | 0.56% | 0.79% | - |
| XYZ | 37.67 | 23.6 | 53.61 | - |
| YUV | 134.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 194 | 0 | 0.56 | 0.04 | 0.21 | 304.25 | 0.52 | 0.57 |
| Hex | CA | 59 | C2 | 0 | 38 | 4 | 15 | 130 | 34 | 39 |
| Octal | 312 | 131 | 302 | 0 | 70 | 4 | 25 | 460 | 64 | 71 |
| Binary | 11001010 | 1011001 | 11000010 | 0 | 111000 | 100 | 10101 | 100110000 | 110100 | 111001 |
Color Harmonies of #CA59C2
Complementary color
Monochromatic Colors of #CA59C2
Black with #CA59C2
Text Example
Text Example
White with #CA59C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59C2; }
p { color: rgb(202,89,194); }
H1.HeaderClassName
{
color: #CA59C2;
}
.AnyTagClassName
{
color: #CA59C2;
}
</style>
background-color css
<style>
a { background-color: #CA59C2; }
a { background-color: rgb(202,89,194); }
div.DivClassName
{
background-color: #CA59C2;
}
.BgClassName
{
background-color: #CA59C2;
}
</style>
border-color css
<style>
span { border-color: #CA59C2; }
span { border-color: rgb(202,89,194); }
td.TdClassName
{
border-color: #CA59C2;
}
.TagClassName
{
border-color: #CA59C2;
}
</style>