Shades of Fuchsia #CA5BAE
Tints of Fuchsia #CA5BAE
RGB
CMYK
RGB Variations
Color information
#CA5BAE (or 0xCA5BAE) is known color: Fuchsia. HEX triplet: CA, 5B and AE. RGB value is (202,91,174). Sum of RGB (Red+Green+Blue) = 202+91+174=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BAE is #35A451. Grayscale: #858585. Windows color (decimal): -3515474 or 11426762. OLE color: 11426762.
HSL color Cylindrical-coordinate representation of color #CA5BAE: hue angle of 315.14º 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 #CA5BAE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 174 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.21 |
| HSL | 315.14º | 0.51% | 0.57% | - |
| HSV(B) | 315.14º | 0.55% | 0.79% | - |
| XYZ | 35.74 | 23.09 | 42.62 | - |
| YUV | 133.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 174 | 0 | 0.55 | 0.14 | 0.21 | 315.14 | 0.51 | 0.57 |
| Hex | CA | 5B | AE | 0 | 37 | E | 15 | 13B | 33 | 39 |
| Octal | 312 | 133 | 256 | 0 | 67 | 16 | 25 | 473 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10101110 | 0 | 110111 | 1110 | 10101 | 100111011 | 110011 | 111001 |
Color Harmonies of #CA5BAE
Complementary color
Monochromatic Colors of #CA5BAE
Black with #CA5BAE
Text Example
Text Example
White with #CA5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BAE; }
p { color: rgb(202,91,174); }
H1.HeaderClassName
{
color: #CA5BAE;
}
.AnyTagClassName
{
color: #CA5BAE;
}
</style>
background-color css
<style>
a { background-color: #CA5BAE; }
a { background-color: rgb(202,91,174); }
div.DivClassName
{
background-color: #CA5BAE;
}
.BgClassName
{
background-color: #CA5BAE;
}
</style>
border-color css
<style>
span { border-color: #CA5BAE; }
span { border-color: rgb(202,91,174); }
td.TdClassName
{
border-color: #CA5BAE;
}
.TagClassName
{
border-color: #CA5BAE;
}
</style>