Shades of Fuchsia #CA59C5
Tints of Fuchsia #CA59C5
RGB
CMYK
RGB Variations
Color information
#CA59C5 (or 0xCA59C5) is known color: Fuchsia. HEX triplet: CA, 59 and C5. RGB value is (202,89,197). Sum of RGB (Red+Green+Blue) = 202+89+197=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59C5 is #35A63A. Grayscale: #868686. Windows color (decimal): -3515963 or 12933578. OLE color: 12933578.
HSL color Cylindrical-coordinate representation of color #CA59C5: hue angle of 302.65º 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 #CA59C5 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 197 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.21 |
| HSL | 302.65º | 0.52% | 0.57% | - |
| HSV(B) | 302.65º | 0.56% | 0.79% | - |
| XYZ | 38.01 | 23.73 | 55.4 | - |
| YUV | 135.1 | 162.94 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 197 | 0 | 0.56 | 0.02 | 0.21 | 302.65 | 0.52 | 0.57 |
| Hex | CA | 59 | C5 | 0 | 38 | 2 | 15 | 12F | 34 | 39 |
| Octal | 312 | 131 | 305 | 0 | 70 | 2 | 25 | 457 | 64 | 71 |
| Binary | 11001010 | 1011001 | 11000101 | 0 | 111000 | 10 | 10101 | 100101111 | 110100 | 111001 |
Color Harmonies of #CA59C5
Complementary color
Monochromatic Colors of #CA59C5
Black with #CA59C5
Text Example
Text Example
White with #CA59C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59C5; }
p { color: rgb(202,89,197); }
H1.HeaderClassName
{
color: #CA59C5;
}
.AnyTagClassName
{
color: #CA59C5;
}
</style>
background-color css
<style>
a { background-color: #CA59C5; }
a { background-color: rgb(202,89,197); }
div.DivClassName
{
background-color: #CA59C5;
}
.BgClassName
{
background-color: #CA59C5;
}
</style>
border-color css
<style>
span { border-color: #CA59C5; }
span { border-color: rgb(202,89,197); }
td.TdClassName
{
border-color: #CA59C5;
}
.TagClassName
{
border-color: #CA59C5;
}
</style>