Shades of Fuchsia #CA5AAE
Tints of Fuchsia #CA5AAE
RGB
CMYK
RGB Variations
Color information
#CA5AAE (or 0xCA5AAE) is known color: Fuchsia. HEX triplet: CA, 5A and AE. RGB value is (202,90,174). Sum of RGB (Red+Green+Blue) = 202+90+174=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AAE is #35A551. Grayscale: #848484. Windows color (decimal): -3515730 or 11426506. OLE color: 11426506.
HSL color Cylindrical-coordinate representation of color #CA5AAE: hue angle of 315º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5AAE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 174 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.21 |
| HSL | 315º | 0.51% | 0.57% | - |
| HSV(B) | 315º | 0.55% | 0.79% | - |
| XYZ | 35.65 | 22.92 | 42.59 | - |
| YUV | 133.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 174 | 0 | 0.55 | 0.14 | 0.21 | 315 | 0.51 | 0.57 |
| Hex | CA | 5A | AE | 0 | 37 | E | 15 | 13B | 33 | 39 |
| Octal | 312 | 132 | 256 | 0 | 67 | 16 | 25 | 473 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10101110 | 0 | 110111 | 1110 | 10101 | 100111011 | 110011 | 111001 |
Color Harmonies of #CA5AAE
Complementary color
Monochromatic Colors of #CA5AAE
Black with #CA5AAE
Text Example
Text Example
White with #CA5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AAE; }
p { color: rgb(202,90,174); }
H1.HeaderClassName
{
color: #CA5AAE;
}
.AnyTagClassName
{
color: #CA5AAE;
}
</style>
background-color css
<style>
a { background-color: #CA5AAE; }
a { background-color: rgb(202,90,174); }
div.DivClassName
{
background-color: #CA5AAE;
}
.BgClassName
{
background-color: #CA5AAE;
}
</style>
border-color css
<style>
span { border-color: #CA5AAE; }
span { border-color: rgb(202,90,174); }
td.TdClassName
{
border-color: #CA5AAE;
}
.TagClassName
{
border-color: #CA5AAE;
}
</style>