Shades of Fuchsia #CA5ECE
Tints of Fuchsia #CA5ECE
RGB
CMYK
RGB Variations
Color information
#CA5ECE (or 0xCA5ECE) is known color: Fuchsia. HEX triplet: CA, 5E and CE. RGB value is (202,94,206). Sum of RGB (Red+Green+Blue) = 202+94+206=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5ECE is #35A131. Grayscale: #8A8A8A. Windows color (decimal): -3514674 or 13524682. OLE color: 13524682.
HSL color Cylindrical-coordinate representation of color #CA5ECE: hue angle of 297.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5ECE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 94 | 206 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.19 |
| HSL | 297.86º | 0.53% | 0.59% | - |
| HSV(B) | 297.86º | 0.54% | 0.81% | - |
| XYZ | 39.5 | 25.02 | 61.14 | - |
| YUV | 139.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 206 | 0.02 | 0.54 | 0 | 0.19 | 297.86 | 0.53 | 0.59 |
| Hex | CA | 5E | CE | 2 | 36 | 0 | 13 | 12A | 35 | 3B |
| Octal | 312 | 136 | 316 | 2 | 66 | 0 | 23 | 452 | 65 | 73 |
| Binary | 11001010 | 1011110 | 11001110 | 10 | 110110 | 0 | 10011 | 100101010 | 110101 | 111011 |
Color Harmonies of #CA5ECE
Complementary color
Monochromatic Colors of #CA5ECE
Black with #CA5ECE
Text Example
Text Example
White with #CA5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5ECE; }
p { color: rgb(202,94,206); }
H1.HeaderClassName
{
color: #CA5ECE;
}
.AnyTagClassName
{
color: #CA5ECE;
}
</style>
background-color css
<style>
a { background-color: #CA5ECE; }
a { background-color: rgb(202,94,206); }
div.DivClassName
{
background-color: #CA5ECE;
}
.BgClassName
{
background-color: #CA5ECE;
}
</style>
border-color css
<style>
span { border-color: #CA5ECE; }
span { border-color: rgb(202,94,206); }
td.TdClassName
{
border-color: #CA5ECE;
}
.TagClassName
{
border-color: #CA5ECE;
}
</style>