Shades of Fuchsia #CA2EC0
Tints of Fuchsia #CA2EC0
RGB
CMYK
RGB Variations
Color information
#CA2EC0 (or 0xCA2EC0) is known color: Fuchsia. HEX triplet: CA, 2E and C0. RGB value is (202,46,192). Sum of RGB (Red+Green+Blue) = 202+46+192=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC0 is #35D13F. Grayscale: #6C6C6C. Windows color (decimal): -3526976 or 12594890. OLE color: 12594890.
HSL color Cylindrical-coordinate representation of color #CA2EC0: hue angle of 303.85º 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 #CA2EC0 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 192 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.21 |
| HSL | 303.85º | 0.63% | 0.49% | - |
| HSV(B) | 303.85º | 0.77% | 0.79% | - |
| XYZ | 34.85 | 18.32 | 51.57 | - |
| YUV | 109.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 192 | 0 | 0.77 | 0.05 | 0.21 | 303.85 | 0.63 | 0.49 |
| Hex | CA | 2E | C0 | 0 | 4D | 5 | 15 | 130 | 3F | 31 |
| Octal | 312 | 56 | 300 | 0 | 115 | 5 | 25 | 460 | 77 | 61 |
| Binary | 11001010 | 101110 | 11000000 | 0 | 1001101 | 101 | 10101 | 100110000 | 111111 | 110001 |
Color Harmonies of #CA2EC0
Complementary color
Monochromatic Colors of #CA2EC0
Black with #CA2EC0
Text Example
Text Example
White with #CA2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC0; }
p { color: rgb(202,46,192); }
H1.HeaderClassName
{
color: #CA2EC0;
}
.AnyTagClassName
{
color: #CA2EC0;
}
</style>
background-color css
<style>
a { background-color: #CA2EC0; }
a { background-color: rgb(202,46,192); }
div.DivClassName
{
background-color: #CA2EC0;
}
.BgClassName
{
background-color: #CA2EC0;
}
</style>
border-color css
<style>
span { border-color: #CA2EC0; }
span { border-color: rgb(202,46,192); }
td.TdClassName
{
border-color: #CA2EC0;
}
.TagClassName
{
border-color: #CA2EC0;
}
</style>