Shades of Fuchsia #CA55AF
Tints of Fuchsia #CA55AF
RGB
CMYK
RGB Variations
Color information
#CA55AF (or 0xCA55AF) is known color: Fuchsia. HEX triplet: CA, 55 and AF. RGB value is (202,85,175). Sum of RGB (Red+Green+Blue) = 202+85+175=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55AF is #35AA50. Grayscale: #828282. Windows color (decimal): -3517009 or 11490762. OLE color: 11490762.
HSL color Cylindrical-coordinate representation of color #CA55AF: hue angle of 313.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA55AF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 85 | 175 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.21 |
| HSL | 313.85º | 0.52% | 0.56% | - |
| HSV(B) | 313.85º | 0.58% | 0.79% | - |
| XYZ | 35.34 | 22.15 | 42.97 | - |
| YUV | 130.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 175 | 0 | 0.58 | 0.13 | 0.21 | 313.85 | 0.52 | 0.56 |
| Hex | CA | 55 | AF | 0 | 3A | D | 15 | 13A | 34 | 38 |
| Octal | 312 | 125 | 257 | 0 | 72 | 15 | 25 | 472 | 64 | 70 |
| Binary | 11001010 | 1010101 | 10101111 | 0 | 111010 | 1101 | 10101 | 100111010 | 110100 | 111000 |
Color Harmonies of #CA55AF
Complementary color
Monochromatic Colors of #CA55AF
Black with #CA55AF
Text Example
Text Example
White with #CA55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55AF; }
p { color: rgb(202,85,175); }
H1.HeaderClassName
{
color: #CA55AF;
}
.AnyTagClassName
{
color: #CA55AF;
}
</style>
background-color css
<style>
a { background-color: #CA55AF; }
a { background-color: rgb(202,85,175); }
div.DivClassName
{
background-color: #CA55AF;
}
.BgClassName
{
background-color: #CA55AF;
}
</style>
border-color css
<style>
span { border-color: #CA55AF; }
span { border-color: rgb(202,85,175); }
td.TdClassName
{
border-color: #CA55AF;
}
.TagClassName
{
border-color: #CA55AF;
}
</style>