Shades of Fuchsia #CA3EC5
Tints of Fuchsia #CA3EC5
RGB
CMYK
RGB Variations
Color information
#CA3EC5 (or 0xCA3EC5) is known color: Fuchsia. HEX triplet: CA, 3E and C5. RGB value is (202,62,197). Sum of RGB (Red+Green+Blue) = 202+62+197=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC5 is #35C13A. Grayscale: #767676. Windows color (decimal): -3522875 or 12926666. OLE color: 12926666.
HSL color Cylindrical-coordinate representation of color #CA3EC5: hue angle of 302.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3EC5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 197 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.21 |
| HSL | 302.14º | 0.57% | 0.52% | - |
| HSV(B) | 302.14º | 0.69% | 0.79% | - |
| XYZ | 36.16 | 20.03 | 54.78 | - |
| YUV | 119.25 | 171.88 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 197 | 0 | 0.69 | 0.02 | 0.21 | 302.14 | 0.57 | 0.52 |
| Hex | CA | 3E | C5 | 0 | 45 | 2 | 15 | 12E | 39 | 34 |
| Octal | 312 | 76 | 305 | 0 | 105 | 2 | 25 | 456 | 71 | 64 |
| Binary | 11001010 | 111110 | 11000101 | 0 | 1000101 | 10 | 10101 | 100101110 | 111001 | 110100 |
Color Harmonies of #CA3EC5
Complementary color
Monochromatic Colors of #CA3EC5
Black with #CA3EC5
Text Example
Text Example
White with #CA3EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EC5; }
p { color: rgb(202,62,197); }
H1.HeaderClassName
{
color: #CA3EC5;
}
.AnyTagClassName
{
color: #CA3EC5;
}
</style>
background-color css
<style>
a { background-color: #CA3EC5; }
a { background-color: rgb(202,62,197); }
div.DivClassName
{
background-color: #CA3EC5;
}
.BgClassName
{
background-color: #CA3EC5;
}
</style>
border-color css
<style>
span { border-color: #CA3EC5; }
span { border-color: rgb(202,62,197); }
td.TdClassName
{
border-color: #CA3EC5;
}
.TagClassName
{
border-color: #CA3EC5;
}
</style>