Shades of Fuchsia #CA5AAF
Tints of Fuchsia #CA5AAF
RGB
CMYK
RGB Variations
Color information
#CA5AAF (or 0xCA5AAF) is known color: Fuchsia. HEX triplet: CA, 5A and AF. RGB value is (202,90,175). Sum of RGB (Red+Green+Blue) = 202+90+175=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5AAF is #35A550. Grayscale: #848484. Windows color (decimal): -3515729 or 11492042. OLE color: 11492042.
HSL color Cylindrical-coordinate representation of color #CA5AAF: hue angle of 314.46º 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 #CA5AAF is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 90 | 175 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.21 |
| HSL | 314.46º | 0.51% | 0.57% | - |
| HSV(B) | 314.46º | 0.55% | 0.79% | - |
| XYZ | 35.75 | 22.96 | 43.11 | - |
| YUV | 133.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 175 | 0 | 0.55 | 0.13 | 0.21 | 314.46 | 0.51 | 0.57 |
| Hex | CA | 5A | AF | 0 | 37 | D | 15 | 13A | 33 | 39 |
| Octal | 312 | 132 | 257 | 0 | 67 | 15 | 25 | 472 | 63 | 71 |
| Binary | 11001010 | 1011010 | 10101111 | 0 | 110111 | 1101 | 10101 | 100111010 | 110011 | 111001 |
Color Harmonies of #CA5AAF
Complementary color
Monochromatic Colors of #CA5AAF
Black with #CA5AAF
Text Example
Text Example
White with #CA5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AAF; }
p { color: rgb(202,90,175); }
H1.HeaderClassName
{
color: #CA5AAF;
}
.AnyTagClassName
{
color: #CA5AAF;
}
</style>
background-color css
<style>
a { background-color: #CA5AAF; }
a { background-color: rgb(202,90,175); }
div.DivClassName
{
background-color: #CA5AAF;
}
.BgClassName
{
background-color: #CA5AAF;
}
</style>
border-color css
<style>
span { border-color: #CA5AAF; }
span { border-color: rgb(202,90,175); }
td.TdClassName
{
border-color: #CA5AAF;
}
.TagClassName
{
border-color: #CA5AAF;
}
</style>