Shades of Fuchsia #CA2EC1
Tints of Fuchsia #CA2EC1
RGB
CMYK
RGB Variations
Color information
#CA2EC1 (or 0xCA2EC1) is known color: Fuchsia. HEX triplet: CA, 2E and C1. RGB value is (202,46,193). Sum of RGB (Red+Green+Blue) = 202+46+193=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC1 is #35D13E. Grayscale: #6C6C6C. Windows color (decimal): -3526975 or 12660426. OLE color: 12660426.
HSL color Cylindrical-coordinate representation of color #CA2EC1: hue angle of 303.46º 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 #CA2EC1 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 193 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.21 |
| HSL | 303.46º | 0.63% | 0.49% | - |
| HSV(B) | 303.46º | 0.77% | 0.79% | - |
| XYZ | 34.96 | 18.36 | 52.15 | - |
| YUV | 109.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 193 | 0 | 0.77 | 0.04 | 0.21 | 303.46 | 0.63 | 0.49 |
| Hex | CA | 2E | C1 | 0 | 4D | 4 | 15 | 12F | 3F | 31 |
| Octal | 312 | 56 | 301 | 0 | 115 | 4 | 25 | 457 | 77 | 61 |
| Binary | 11001010 | 101110 | 11000001 | 0 | 1001101 | 100 | 10101 | 100101111 | 111111 | 110001 |
Color Harmonies of #CA2EC1
Complementary color
Monochromatic Colors of #CA2EC1
Black with #CA2EC1
Text Example
Text Example
White with #CA2EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC1; }
p { color: rgb(202,46,193); }
H1.HeaderClassName
{
color: #CA2EC1;
}
.AnyTagClassName
{
color: #CA2EC1;
}
</style>
background-color css
<style>
a { background-color: #CA2EC1; }
a { background-color: rgb(202,46,193); }
div.DivClassName
{
background-color: #CA2EC1;
}
.BgClassName
{
background-color: #CA2EC1;
}
</style>
border-color css
<style>
span { border-color: #CA2EC1; }
span { border-color: rgb(202,46,193); }
td.TdClassName
{
border-color: #CA2EC1;
}
.TagClassName
{
border-color: #CA2EC1;
}
</style>