Shades of Fuchsia #CA56AA
Tints of Fuchsia #CA56AA
RGB
CMYK
RGB Variations
Color information
#CA56AA (or 0xCA56AA) is known color: Fuchsia. HEX triplet: CA, 56 and AA. RGB value is (202,86,170). Sum of RGB (Red+Green+Blue) = 202+86+170=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA56AA is #35A955. Grayscale: #828282. Windows color (decimal): -3516758 or 11163338. OLE color: 11163338.
HSL color Cylindrical-coordinate representation of color #CA56AA: hue angle of 316.55º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA56AA is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 170 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.21 |
| HSL | 316.55º | 0.52% | 0.56% | - |
| HSV(B) | 316.55º | 0.57% | 0.79% | - |
| XYZ | 34.94 | 22.11 | 40.46 | - |
| YUV | 130.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 170 | 0 | 0.57 | 0.16 | 0.21 | 316.55 | 0.52 | 0.56 |
| Hex | CA | 56 | AA | 0 | 39 | 10 | 15 | 13D | 34 | 38 |
| Octal | 312 | 126 | 252 | 0 | 71 | 20 | 25 | 475 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10101010 | 0 | 111001 | 10000 | 10101 | 100111101 | 110100 | 111000 |
Color Harmonies of #CA56AA
Complementary color
Monochromatic Colors of #CA56AA
Black with #CA56AA
Text Example
Text Example
White with #CA56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56AA; }
p { color: rgb(202,86,170); }
H1.HeaderClassName
{
color: #CA56AA;
}
.AnyTagClassName
{
color: #CA56AA;
}
</style>
background-color css
<style>
a { background-color: #CA56AA; }
a { background-color: rgb(202,86,170); }
div.DivClassName
{
background-color: #CA56AA;
}
.BgClassName
{
background-color: #CA56AA;
}
</style>
border-color css
<style>
span { border-color: #CA56AA; }
span { border-color: rgb(202,86,170); }
td.TdClassName
{
border-color: #CA56AA;
}
.TagClassName
{
border-color: #CA56AA;
}
</style>