Shades of Fuchsia #CA2EC6
Tints of Fuchsia #CA2EC6
RGB
CMYK
RGB Variations
Color information
#CA2EC6 (or 0xCA2EC6) is known color: Fuchsia. HEX triplet: CA, 2E and C6. RGB value is (202,46,198). Sum of RGB (Red+Green+Blue) = 202+46+198=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC6 is #35D139. Grayscale: #6D6D6D. Windows color (decimal): -3526970 or 12988106. OLE color: 12988106.
HSL color Cylindrical-coordinate representation of color #CA2EC6: hue angle of 301.54º 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 #CA2EC6 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 198 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.21 |
| HSL | 301.54º | 0.63% | 0.49% | - |
| HSV(B) | 301.54º | 0.77% | 0.79% | - |
| XYZ | 35.53 | 18.59 | 55.14 | - |
| YUV | 109.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 198 | 0 | 0.77 | 0.02 | 0.21 | 301.54 | 0.63 | 0.49 |
| Hex | CA | 2E | C6 | 0 | 4D | 2 | 15 | 12E | 3F | 31 |
| Octal | 312 | 56 | 306 | 0 | 115 | 2 | 25 | 456 | 77 | 61 |
| Binary | 11001010 | 101110 | 11000110 | 0 | 1001101 | 10 | 10101 | 100101110 | 111111 | 110001 |
Color Harmonies of #CA2EC6
Complementary color
Monochromatic Colors of #CA2EC6
Black with #CA2EC6
Text Example
Text Example
White with #CA2EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC6; }
p { color: rgb(202,46,198); }
H1.HeaderClassName
{
color: #CA2EC6;
}
.AnyTagClassName
{
color: #CA2EC6;
}
</style>
background-color css
<style>
a { background-color: #CA2EC6; }
a { background-color: rgb(202,46,198); }
div.DivClassName
{
background-color: #CA2EC6;
}
.BgClassName
{
background-color: #CA2EC6;
}
</style>
border-color css
<style>
span { border-color: #CA2EC6; }
span { border-color: rgb(202,46,198); }
td.TdClassName
{
border-color: #CA2EC6;
}
.TagClassName
{
border-color: #CA2EC6;
}
</style>