Shades of Fuchsia #CA2EC4
Tints of Fuchsia #CA2EC4
RGB
CMYK
RGB Variations
Color information
#CA2EC4 (or 0xCA2EC4) is known color: Fuchsia. HEX triplet: CA, 2E and C4. RGB value is (202,46,196). Sum of RGB (Red+Green+Blue) = 202+46+196=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC4 is #35D13B. Grayscale: #6D6D6D. Windows color (decimal): -3526972 or 12857034. OLE color: 12857034.
HSL color Cylindrical-coordinate representation of color #CA2EC4: hue angle of 302.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EC4 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 196 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.21 |
| HSL | 302.31º | 0.63% | 0.49% | - |
| HSV(B) | 302.31º | 0.77% | 0.79% | - |
| XYZ | 35.3 | 18.5 | 53.93 | - |
| YUV | 109.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 196 | 0 | 0.77 | 0.03 | 0.21 | 302.31 | 0.63 | 0.49 |
| Hex | CA | 2E | C4 | 0 | 4D | 3 | 15 | 12E | 3F | 31 |
| Octal | 312 | 56 | 304 | 0 | 115 | 3 | 25 | 456 | 77 | 61 |
| Binary | 11001010 | 101110 | 11000100 | 0 | 1001101 | 11 | 10101 | 100101110 | 111111 | 110001 |
Color Harmonies of #CA2EC4
Complementary color
Monochromatic Colors of #CA2EC4
Black with #CA2EC4
Text Example
Text Example
White with #CA2EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC4; }
p { color: rgb(202,46,196); }
H1.HeaderClassName
{
color: #CA2EC4;
}
.AnyTagClassName
{
color: #CA2EC4;
}
</style>
background-color css
<style>
a { background-color: #CA2EC4; }
a { background-color: rgb(202,46,196); }
div.DivClassName
{
background-color: #CA2EC4;
}
.BgClassName
{
background-color: #CA2EC4;
}
</style>
border-color css
<style>
span { border-color: #CA2EC4; }
span { border-color: rgb(202,46,196); }
td.TdClassName
{
border-color: #CA2EC4;
}
.TagClassName
{
border-color: #CA2EC4;
}
</style>