Shades of Fuchsia #CA59C7
Tints of Fuchsia #CA59C7
RGB
CMYK
RGB Variations
Color information
#CA59C7 (or 0xCA59C7) is known color: Fuchsia. HEX triplet: CA, 59 and C7. RGB value is (202,89,199). Sum of RGB (Red+Green+Blue) = 202+89+199=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59C7 is #35A638. Grayscale: #878787. Windows color (decimal): -3515961 or 13064650. OLE color: 13064650.
HSL color Cylindrical-coordinate representation of color #CA59C7: hue angle of 301.59º 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 #CA59C7 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 199 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.21 |
| HSL | 301.59º | 0.52% | 0.57% | - |
| HSV(B) | 301.59º | 0.56% | 0.79% | - |
| XYZ | 38.24 | 23.82 | 56.62 | - |
| YUV | 135.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 199 | 0 | 0.56 | 0.01 | 0.21 | 301.59 | 0.52 | 0.57 |
| Hex | CA | 59 | C7 | 0 | 38 | 1 | 15 | 12E | 34 | 39 |
| Octal | 312 | 131 | 307 | 0 | 70 | 1 | 25 | 456 | 64 | 71 |
| Binary | 11001010 | 1011001 | 11000111 | 0 | 111000 | 1 | 10101 | 100101110 | 110100 | 111001 |
Color Harmonies of #CA59C7
Complementary color
Monochromatic Colors of #CA59C7
Black with #CA59C7
Text Example
Text Example
White with #CA59C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59C7; }
p { color: rgb(202,89,199); }
H1.HeaderClassName
{
color: #CA59C7;
}
.AnyTagClassName
{
color: #CA59C7;
}
</style>
background-color css
<style>
a { background-color: #CA59C7; }
a { background-color: rgb(202,89,199); }
div.DivClassName
{
background-color: #CA59C7;
}
.BgClassName
{
background-color: #CA59C7;
}
</style>
border-color css
<style>
span { border-color: #CA59C7; }
span { border-color: rgb(202,89,199); }
td.TdClassName
{
border-color: #CA59C7;
}
.TagClassName
{
border-color: #CA59C7;
}
</style>