Shades of Fuchsia #CA59C0
Tints of Fuchsia #CA59C0
RGB
CMYK
RGB Variations
Color information
#CA59C0 (or 0xCA59C0) is known color: Fuchsia. HEX triplet: CA, 59 and C0. RGB value is (202,89,192). Sum of RGB (Red+Green+Blue) = 202+89+192=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59C0 is #35A63F. Grayscale: #868686. Windows color (decimal): -3515968 or 12605898. OLE color: 12605898.
HSL color Cylindrical-coordinate representation of color #CA59C0: hue angle of 305.31º 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 #CA59C0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 192 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.21 |
| HSL | 305.31º | 0.52% | 0.57% | - |
| HSV(B) | 305.31º | 0.56% | 0.79% | - |
| XYZ | 37.44 | 23.51 | 52.43 | - |
| YUV | 134.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 192 | 0 | 0.56 | 0.05 | 0.21 | 305.31 | 0.52 | 0.57 |
| Hex | CA | 59 | C0 | 0 | 38 | 5 | 15 | 131 | 34 | 39 |
| Octal | 312 | 131 | 300 | 0 | 70 | 5 | 25 | 461 | 64 | 71 |
| Binary | 11001010 | 1011001 | 11000000 | 0 | 111000 | 101 | 10101 | 100110001 | 110100 | 111001 |
Color Harmonies of #CA59C0
Complementary color
Monochromatic Colors of #CA59C0
Black with #CA59C0
Text Example
Text Example
White with #CA59C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59C0; }
p { color: rgb(202,89,192); }
H1.HeaderClassName
{
color: #CA59C0;
}
.AnyTagClassName
{
color: #CA59C0;
}
</style>
background-color css
<style>
a { background-color: #CA59C0; }
a { background-color: rgb(202,89,192); }
div.DivClassName
{
background-color: #CA59C0;
}
.BgClassName
{
background-color: #CA59C0;
}
</style>
border-color css
<style>
span { border-color: #CA59C0; }
span { border-color: rgb(202,89,192); }
td.TdClassName
{
border-color: #CA59C0;
}
.TagClassName
{
border-color: #CA59C0;
}
</style>