Shades of Fuchsia #CA6AAF
Tints of Fuchsia #CA6AAF
RGB
CMYK
RGB Variations
Color information
#CA6AAF (or 0xCA6AAF) is known color: Fuchsia. HEX triplet: CA, 6A and AF. RGB value is (202,106,175). Sum of RGB (Red+Green+Blue) = 202+106+175=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6AAF is #359550. Grayscale: #8E8E8E. Windows color (decimal): -3511633 or 11496138. OLE color: 11496138.
HSL color Cylindrical-coordinate representation of color #CA6AAF: hue angle of 316.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6AAF is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 175 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.21 |
| HSL | 316.88º | 0.48% | 0.6% | - |
| HSV(B) | 316.88º | 0.48% | 0.79% | - |
| XYZ | 37.25 | 25.96 | 43.6 | - |
| YUV | 142.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 175 | 0 | 0.48 | 0.13 | 0.21 | 316.88 | 0.48 | 0.6 |
| Hex | CA | 6A | AF | 0 | 30 | D | 15 | 13D | 30 | 3C |
| Octal | 312 | 152 | 257 | 0 | 60 | 15 | 25 | 475 | 60 | 74 |
| Binary | 11001010 | 1101010 | 10101111 | 0 | 110000 | 1101 | 10101 | 100111101 | 110000 | 111100 |
Color Harmonies of #CA6AAF
Complementary color
Monochromatic Colors of #CA6AAF
Black with #CA6AAF
Text Example
Text Example
White with #CA6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AAF; }
p { color: rgb(202,106,175); }
H1.HeaderClassName
{
color: #CA6AAF;
}
.AnyTagClassName
{
color: #CA6AAF;
}
</style>
background-color css
<style>
a { background-color: #CA6AAF; }
a { background-color: rgb(202,106,175); }
div.DivClassName
{
background-color: #CA6AAF;
}
.BgClassName
{
background-color: #CA6AAF;
}
</style>
border-color css
<style>
span { border-color: #CA6AAF; }
span { border-color: rgb(202,106,175); }
td.TdClassName
{
border-color: #CA6AAF;
}
.TagClassName
{
border-color: #CA6AAF;
}
</style>