Shades of Fuchsia #CA5EC0
Tints of Fuchsia #CA5EC0
RGB
CMYK
RGB Variations
Color information
#CA5EC0 (or 0xCA5EC0) is known color: Fuchsia. HEX triplet: CA, 5E and C0. RGB value is (202,94,192). Sum of RGB (Red+Green+Blue) = 202+94+192=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EC0 is #35A13F. Grayscale: #898989. Windows color (decimal): -3514688 or 12607178. OLE color: 12607178.
HSL color Cylindrical-coordinate representation of color #CA5EC0: hue angle of 305.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5EC0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 192 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.21 |
| HSL | 305.56º | 0.5% | 0.58% | - |
| HSV(B) | 305.56º | 0.53% | 0.79% | - |
| XYZ | 37.87 | 24.37 | 52.58 | - |
| YUV | 137.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 192 | 0 | 0.53 | 0.05 | 0.21 | 305.56 | 0.5 | 0.58 |
| Hex | CA | 5E | C0 | 0 | 35 | 5 | 15 | 132 | 32 | 3A |
| Octal | 312 | 136 | 300 | 0 | 65 | 5 | 25 | 462 | 62 | 72 |
| Binary | 11001010 | 1011110 | 11000000 | 0 | 110101 | 101 | 10101 | 100110010 | 110010 | 111010 |
Color Harmonies of #CA5EC0
Complementary color
Monochromatic Colors of #CA5EC0
Black with #CA5EC0
Text Example
Text Example
White with #CA5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5EC0; }
p { color: rgb(202,94,192); }
H1.HeaderClassName
{
color: #CA5EC0;
}
.AnyTagClassName
{
color: #CA5EC0;
}
</style>
background-color css
<style>
a { background-color: #CA5EC0; }
a { background-color: rgb(202,94,192); }
div.DivClassName
{
background-color: #CA5EC0;
}
.BgClassName
{
background-color: #CA5EC0;
}
</style>
border-color css
<style>
span { border-color: #CA5EC0; }
span { border-color: rgb(202,94,192); }
td.TdClassName
{
border-color: #CA5EC0;
}
.TagClassName
{
border-color: #CA5EC0;
}
</style>