Shades of Fuchsia #CA5BAA
Tints of Fuchsia #CA5BAA
RGB
CMYK
RGB Variations
Color information
#CA5BAA (or 0xCA5BAA) is known color: Fuchsia. HEX triplet: CA, 5B and AA. RGB value is (202,91,170). Sum of RGB (Red+Green+Blue) = 202+91+170=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BAA is #35A455. Grayscale: #848484. Windows color (decimal): -3515478 or 11164618. OLE color: 11164618.
HSL color Cylindrical-coordinate representation of color #CA5BAA: hue angle of 317.3º 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 #CA5BAA is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 91 | 170 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.21 |
| HSL | 317.3º | 0.51% | 0.57% | - |
| HSV(B) | 317.3º | 0.55% | 0.79% | - |
| XYZ | 35.35 | 22.94 | 40.59 | - |
| YUV | 133.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 91 | 170 | 0 | 0.55 | 0.16 | 0.21 | 317.3 | 0.51 | 0.57 |
| Hex | CA | 5B | AA | 0 | 37 | 10 | 15 | 13D | 33 | 39 |
| Octal | 312 | 133 | 252 | 0 | 67 | 20 | 25 | 475 | 63 | 71 |
| Binary | 11001010 | 1011011 | 10101010 | 0 | 110111 | 10000 | 10101 | 100111101 | 110011 | 111001 |
Color Harmonies of #CA5BAA
Complementary color
Monochromatic Colors of #CA5BAA
Black with #CA5BAA
Text Example
Text Example
White with #CA5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5BAA; }
p { color: rgb(202,91,170); }
H1.HeaderClassName
{
color: #CA5BAA;
}
.AnyTagClassName
{
color: #CA5BAA;
}
</style>
background-color css
<style>
a { background-color: #CA5BAA; }
a { background-color: rgb(202,91,170); }
div.DivClassName
{
background-color: #CA5BAA;
}
.BgClassName
{
background-color: #CA5BAA;
}
</style>
border-color css
<style>
span { border-color: #CA5BAA; }
span { border-color: rgb(202,91,170); }
td.TdClassName
{
border-color: #CA5BAA;
}
.TagClassName
{
border-color: #CA5BAA;
}
</style>