Shades of Fuchsia #CA2EC9
Tints of Fuchsia #CA2EC9
RGB
CMYK
RGB Variations
Color information
#CA2EC9 (or 0xCA2EC9) is known color: Fuchsia. HEX triplet: CA, 2E and C9. RGB value is (202,46,201). Sum of RGB (Red+Green+Blue) = 202+46+201=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2EC9 is #35D136. Grayscale: #6D6D6D. Windows color (decimal): -3526967 or 13184714. OLE color: 13184714.
HSL color Cylindrical-coordinate representation of color #CA2EC9: hue angle of 300.38º 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 #CA2EC9 is Cyan = 0, Magento = 0.77, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 201 | - |
| CMYK | 0 | 0.77 | 0.00 | 0.21 |
| HSL | 300.38º | 0.63% | 0.49% | - |
| HSV(B) | 300.38º | 0.77% | 0.79% | - |
| XYZ | 35.88 | 18.73 | 56.98 | - |
| YUV | 110.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 201 | 0 | 0.77 | 0.00 | 0.21 | 300.38 | 0.63 | 0.49 |
| Hex | CA | 2E | C9 | 0 | 4D | 0 | 15 | 12C | 3F | 31 |
| Octal | 312 | 56 | 311 | 0 | 115 | 0 | 25 | 454 | 77 | 61 |
| Binary | 11001010 | 101110 | 11001001 | 0 | 1001101 | 0 | 10101 | 100101100 | 111111 | 110001 |
Color Harmonies of #CA2EC9
Complementary color
Monochromatic Colors of #CA2EC9
Black with #CA2EC9
Text Example
Text Example
White with #CA2EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EC9; }
p { color: rgb(202,46,201); }
H1.HeaderClassName
{
color: #CA2EC9;
}
.AnyTagClassName
{
color: #CA2EC9;
}
</style>
background-color css
<style>
a { background-color: #CA2EC9; }
a { background-color: rgb(202,46,201); }
div.DivClassName
{
background-color: #CA2EC9;
}
.BgClassName
{
background-color: #CA2EC9;
}
</style>
border-color css
<style>
span { border-color: #CA2EC9; }
span { border-color: rgb(202,46,201); }
td.TdClassName
{
border-color: #CA2EC9;
}
.TagClassName
{
border-color: #CA2EC9;
}
</style>