Shades of Fuchsia #CA59B2
Tints of Fuchsia #CA59B2
RGB
CMYK
RGB Variations
Color information
#CA59B2 (or 0xCA59B2) is known color: Fuchsia. HEX triplet: CA, 59 and B2. RGB value is (202,89,178). Sum of RGB (Red+Green+Blue) = 202+89+178=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59B2 is #35A64D. Grayscale: #848484. Windows color (decimal): -3515982 or 11688394. OLE color: 11688394.
HSL color Cylindrical-coordinate representation of color #CA59B2: hue angle of 312.74º 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 #CA59B2 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 178 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.21 |
| HSL | 312.74º | 0.52% | 0.57% | - |
| HSV(B) | 312.74º | 0.56% | 0.79% | - |
| XYZ | 35.97 | 22.92 | 44.65 | - |
| YUV | 132.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 178 | 0 | 0.56 | 0.12 | 0.21 | 312.74 | 0.52 | 0.57 |
| Hex | CA | 59 | B2 | 0 | 38 | C | 15 | 139 | 34 | 39 |
| Octal | 312 | 131 | 262 | 0 | 70 | 14 | 25 | 471 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10110010 | 0 | 111000 | 1100 | 10101 | 100111001 | 110100 | 111001 |
Color Harmonies of #CA59B2
Complementary color
Monochromatic Colors of #CA59B2
Black with #CA59B2
Text Example
Text Example
White with #CA59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59B2; }
p { color: rgb(202,89,178); }
H1.HeaderClassName
{
color: #CA59B2;
}
.AnyTagClassName
{
color: #CA59B2;
}
</style>
background-color css
<style>
a { background-color: #CA59B2; }
a { background-color: rgb(202,89,178); }
div.DivClassName
{
background-color: #CA59B2;
}
.BgClassName
{
background-color: #CA59B2;
}
</style>
border-color css
<style>
span { border-color: #CA59B2; }
span { border-color: rgb(202,89,178); }
td.TdClassName
{
border-color: #CA59B2;
}
.TagClassName
{
border-color: #CA59B2;
}
</style>