Shades of Fuchsia #CA2CAE
Tints of Fuchsia #CA2CAE
RGB
CMYK
RGB Variations
Color information
#CA2CAE (or 0xCA2CAE) is known color: Fuchsia. HEX triplet: CA, 2C and AE. RGB value is (202,44,174). Sum of RGB (Red+Green+Blue) = 202+44+174=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2CAE is #35D351. Grayscale: #696969. Windows color (decimal): -3527506 or 11414730. OLE color: 11414730.
HSL color Cylindrical-coordinate representation of color #CA2CAE: hue angle of 310.63º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2CAE is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 174 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.21 |
| HSL | 310.63º | 0.64% | 0.48% | - |
| HSV(B) | 310.63º | 0.78% | 0.79% | - |
| XYZ | 32.9 | 17.41 | 41.67 | - |
| YUV | 106.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 174 | 0 | 0.78 | 0.14 | 0.21 | 310.63 | 0.64 | 0.48 |
| Hex | CA | 2C | AE | 0 | 4E | E | 15 | 137 | 40 | 30 |
| Octal | 312 | 54 | 256 | 0 | 116 | 16 | 25 | 467 | 100 | 60 |
| Binary | 11001010 | 101100 | 10101110 | 0 | 1001110 | 1110 | 10101 | 100110111 | 1000000 | 110000 |
Color Harmonies of #CA2CAE
Complementary color
Monochromatic Colors of #CA2CAE
Black with #CA2CAE
Text Example
Text Example
White with #CA2CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CAE; }
p { color: rgb(202,44,174); }
H1.HeaderClassName
{
color: #CA2CAE;
}
.AnyTagClassName
{
color: #CA2CAE;
}
</style>
background-color css
<style>
a { background-color: #CA2CAE; }
a { background-color: rgb(202,44,174); }
div.DivClassName
{
background-color: #CA2CAE;
}
.BgClassName
{
background-color: #CA2CAE;
}
</style>
border-color css
<style>
span { border-color: #CA2CAE; }
span { border-color: rgb(202,44,174); }
td.TdClassName
{
border-color: #CA2CAE;
}
.TagClassName
{
border-color: #CA2CAE;
}
</style>