Shades of Fuchsia #CA2ECE
Tints of Fuchsia #CA2ECE
RGB
CMYK
RGB Variations
Color information
#CA2ECE (or 0xCA2ECE) is known color: Fuchsia. HEX triplet: CA, 2E and CE. RGB value is (202,46,206). Sum of RGB (Red+Green+Blue) = 202+46+206=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA2ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ECE is #35D131. Grayscale: #6E6E6E. Windows color (decimal): -3526962 or 13512394. OLE color: 13512394.
HSL color Cylindrical-coordinate representation of color #CA2ECE: hue angle of 298.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2ECE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 46 | 206 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.19 |
| HSL | 298.5º | 0.63% | 0.49% | - |
| HSV(B) | 298.5º | 0.78% | 0.81% | - |
| XYZ | 36.47 | 18.97 | 60.13 | - |
| YUV | 110.88 | 181.68 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 206 | 0.02 | 0.78 | 0 | 0.19 | 298.5 | 0.63 | 0.49 |
| Hex | CA | 2E | CE | 2 | 4E | 0 | 13 | 12A | 3F | 31 |
| Octal | 312 | 56 | 316 | 2 | 116 | 0 | 23 | 452 | 77 | 61 |
| Binary | 11001010 | 101110 | 11001110 | 10 | 1001110 | 0 | 10011 | 100101010 | 111111 | 110001 |
Color Harmonies of #CA2ECE
Complementary color
Monochromatic Colors of #CA2ECE
Black with #CA2ECE
Text Example
Text Example
White with #CA2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ECE; }
p { color: rgb(202,46,206); }
H1.HeaderClassName
{
color: #CA2ECE;
}
.AnyTagClassName
{
color: #CA2ECE;
}
</style>
background-color css
<style>
a { background-color: #CA2ECE; }
a { background-color: rgb(202,46,206); }
div.DivClassName
{
background-color: #CA2ECE;
}
.BgClassName
{
background-color: #CA2ECE;
}
</style>
border-color css
<style>
span { border-color: #CA2ECE; }
span { border-color: rgb(202,46,206); }
td.TdClassName
{
border-color: #CA2ECE;
}
.TagClassName
{
border-color: #CA2ECE;
}
</style>