Shades of Fuchsia #CA2EC2
Tints of Fuchsia #CA2EC2
RGB
CMYK
RGB Variations
Color information
#CA2EC2 (or 0xCA2EC2) is known color: Fuchsia. HEX triplet: CA, 2E and C2. RGB value is (202,46,194). Sum of RGB (Red+Green+Blue) = 202+46+194=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC2 is #35D13D. Grayscale: #6D6D6D. Windows color (decimal): -3526974 or 12725962. OLE color: 12725962.
HSL color Cylindrical-coordinate representation of color #CA2EC2: hue angle of 303.08º 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 #CA2EC2 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 194 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.21 |
| HSL | 303.08º | 0.63% | 0.49% | - |
| HSV(B) | 303.08º | 0.77% | 0.79% | - |
| XYZ | 35.07 | 18.41 | 52.74 | - |
| YUV | 109.52 | 175.68 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 194 | 0 | 0.77 | 0.04 | 0.21 | 303.08 | 0.63 | 0.49 |
| Hex | CA | 2E | C2 | 0 | 4D | 4 | 15 | 12F | 3F | 31 |
| Octal | 312 | 56 | 302 | 0 | 115 | 4 | 25 | 457 | 77 | 61 |
| Binary | 11001010 | 101110 | 11000010 | 0 | 1001101 | 100 | 10101 | 100101111 | 111111 | 110001 |
Color Harmonies of #CA2EC2
Complementary color
Monochromatic Colors of #CA2EC2
Black with #CA2EC2
Text Example
Text Example
White with #CA2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC2; }
p { color: rgb(202,46,194); }
H1.HeaderClassName
{
color: #CA2EC2;
}
.AnyTagClassName
{
color: #CA2EC2;
}
</style>
background-color css
<style>
a { background-color: #CA2EC2; }
a { background-color: rgb(202,46,194); }
div.DivClassName
{
background-color: #CA2EC2;
}
.BgClassName
{
background-color: #CA2EC2;
}
</style>
border-color css
<style>
span { border-color: #CA2EC2; }
span { border-color: rgb(202,46,194); }
td.TdClassName
{
border-color: #CA2EC2;
}
.TagClassName
{
border-color: #CA2EC2;
}
</style>