Shades of Fuchsia #CA59D0
Tints of Fuchsia #CA59D0
RGB
CMYK
RGB Variations
Color information
#CA59D0 (or 0xCA59D0) is known color: Fuchsia. HEX triplet: CA, 59 and D0. RGB value is (202,89,208). Sum of RGB (Red+Green+Blue) = 202+89+208=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA59D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59D0 is #35A62F. Grayscale: #878787. Windows color (decimal): -3515952 or 13654474. OLE color: 13654474.
HSL color Cylindrical-coordinate representation of color #CA59D0: hue angle of 296.97º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA59D0 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 89 | 208 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.18 |
| HSL | 296.97º | 0.56% | 0.58% | - |
| HSV(B) | 296.97º | 0.57% | 0.82% | - |
| XYZ | 39.31 | 24.26 | 62.28 | - |
| YUV | 136.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 208 | 0.03 | 0.57 | 0 | 0.18 | 296.97 | 0.56 | 0.58 |
| Hex | CA | 59 | D0 | 3 | 39 | 0 | 12 | 129 | 38 | 3A |
| Octal | 312 | 131 | 320 | 3 | 71 | 0 | 22 | 451 | 70 | 72 |
| Binary | 11001010 | 1011001 | 11010000 | 11 | 111001 | 0 | 10010 | 100101001 | 111000 | 111010 |
Color Harmonies of #CA59D0
Complementary color
Monochromatic Colors of #CA59D0
Black with #CA59D0
Text Example
Text Example
White with #CA59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59D0; }
p { color: rgb(202,89,208); }
H1.HeaderClassName
{
color: #CA59D0;
}
.AnyTagClassName
{
color: #CA59D0;
}
</style>
background-color css
<style>
a { background-color: #CA59D0; }
a { background-color: rgb(202,89,208); }
div.DivClassName
{
background-color: #CA59D0;
}
.BgClassName
{
background-color: #CA59D0;
}
</style>
border-color css
<style>
span { border-color: #CA59D0; }
span { border-color: rgb(202,89,208); }
td.TdClassName
{
border-color: #CA59D0;
}
.TagClassName
{
border-color: #CA59D0;
}
</style>