Shades of Fuchsia #CA2EC8
Tints of Fuchsia #CA2EC8
RGB
CMYK
RGB Variations
Color information
#CA2EC8 (or 0xCA2EC8) is known color: Fuchsia. HEX triplet: CA, 2E and C8. RGB value is (202,46,200). Sum of RGB (Red+Green+Blue) = 202+46+200=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC8 is #35D137. Grayscale: #6D6D6D. Windows color (decimal): -3526968 or 13119178. OLE color: 13119178.
HSL color Cylindrical-coordinate representation of color #CA2EC8: hue angle of 300.77º 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 #CA2EC8 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 200 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.21 |
| HSL | 300.77º | 0.63% | 0.49% | - |
| HSV(B) | 300.77º | 0.77% | 0.79% | - |
| XYZ | 35.76 | 18.68 | 56.36 | - |
| YUV | 110.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 200 | 0 | 0.77 | 0.01 | 0.21 | 300.77 | 0.63 | 0.49 |
| Hex | CA | 2E | C8 | 0 | 4D | 1 | 15 | 12D | 3F | 31 |
| Octal | 312 | 56 | 310 | 0 | 115 | 1 | 25 | 455 | 77 | 61 |
| Binary | 11001010 | 101110 | 11001000 | 0 | 1001101 | 1 | 10101 | 100101101 | 111111 | 110001 |
Color Harmonies of #CA2EC8
Complementary color
Monochromatic Colors of #CA2EC8
Black with #CA2EC8
Text Example
Text Example
White with #CA2EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC8; }
p { color: rgb(202,46,200); }
H1.HeaderClassName
{
color: #CA2EC8;
}
.AnyTagClassName
{
color: #CA2EC8;
}
</style>
background-color css
<style>
a { background-color: #CA2EC8; }
a { background-color: rgb(202,46,200); }
div.DivClassName
{
background-color: #CA2EC8;
}
.BgClassName
{
background-color: #CA2EC8;
}
</style>
border-color css
<style>
span { border-color: #CA2EC8; }
span { border-color: rgb(202,46,200); }
td.TdClassName
{
border-color: #CA2EC8;
}
.TagClassName
{
border-color: #CA2EC8;
}
</style>