Shades of Fuchsia #CA2EC7
Tints of Fuchsia #CA2EC7
RGB
CMYK
RGB Variations
Color information
#CA2EC7 (or 0xCA2EC7) is known color: Fuchsia. HEX triplet: CA, 2E and C7. RGB value is (202,46,199). Sum of RGB (Red+Green+Blue) = 202+46+199=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC7 is #35D138. Grayscale: #6D6D6D. Windows color (decimal): -3526969 or 13053642. OLE color: 13053642.
HSL color Cylindrical-coordinate representation of color #CA2EC7: hue angle of 301.15º 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 #CA2EC7 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 199 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.21 |
| HSL | 301.15º | 0.63% | 0.49% | - |
| HSV(B) | 301.15º | 0.77% | 0.79% | - |
| XYZ | 35.64 | 18.63 | 55.75 | - |
| YUV | 110.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 199 | 0 | 0.77 | 0.01 | 0.21 | 301.15 | 0.63 | 0.49 |
| Hex | CA | 2E | C7 | 0 | 4D | 1 | 15 | 12D | 3F | 31 |
| Octal | 312 | 56 | 307 | 0 | 115 | 1 | 25 | 455 | 77 | 61 |
| Binary | 11001010 | 101110 | 11000111 | 0 | 1001101 | 1 | 10101 | 100101101 | 111111 | 110001 |
Color Harmonies of #CA2EC7
Complementary color
Monochromatic Colors of #CA2EC7
Black with #CA2EC7
Text Example
Text Example
White with #CA2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC7; }
p { color: rgb(202,46,199); }
H1.HeaderClassName
{
color: #CA2EC7;
}
.AnyTagClassName
{
color: #CA2EC7;
}
</style>
background-color css
<style>
a { background-color: #CA2EC7; }
a { background-color: rgb(202,46,199); }
div.DivClassName
{
background-color: #CA2EC7;
}
.BgClassName
{
background-color: #CA2EC7;
}
</style>
border-color css
<style>
span { border-color: #CA2EC7; }
span { border-color: rgb(202,46,199); }
td.TdClassName
{
border-color: #CA2EC7;
}
.TagClassName
{
border-color: #CA2EC7;
}
</style>