Shades of Fuchsia #CA5FAF
Tints of Fuchsia #CA5FAF
RGB
CMYK
RGB Variations
Color information
#CA5FAF (or 0xCA5FAF) is known color: Fuchsia. HEX triplet: CA, 5F and AF. RGB value is (202,95,175). Sum of RGB (Red+Green+Blue) = 202+95+175=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5FAF is #35A050. Grayscale: #878787. Windows color (decimal): -3514449 or 11493322. OLE color: 11493322.
HSL color Cylindrical-coordinate representation of color #CA5FAF: hue angle of 315.14º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5FAF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 95 | 175 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.21 |
| HSL | 315.14º | 0.5% | 0.58% | - |
| HSV(B) | 315.14º | 0.53% | 0.79% | - |
| XYZ | 36.19 | 23.84 | 43.25 | - |
| YUV | 136.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 175 | 0 | 0.53 | 0.13 | 0.21 | 315.14 | 0.5 | 0.58 |
| Hex | CA | 5F | AF | 0 | 35 | D | 15 | 13B | 32 | 3A |
| Octal | 312 | 137 | 257 | 0 | 65 | 15 | 25 | 473 | 62 | 72 |
| Binary | 11001010 | 1011111 | 10101111 | 0 | 110101 | 1101 | 10101 | 100111011 | 110010 | 111010 |
Color Harmonies of #CA5FAF
Complementary color
Monochromatic Colors of #CA5FAF
Black with #CA5FAF
Text Example
Text Example
White with #CA5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FAF; }
p { color: rgb(202,95,175); }
H1.HeaderClassName
{
color: #CA5FAF;
}
.AnyTagClassName
{
color: #CA5FAF;
}
</style>
background-color css
<style>
a { background-color: #CA5FAF; }
a { background-color: rgb(202,95,175); }
div.DivClassName
{
background-color: #CA5FAF;
}
.BgClassName
{
background-color: #CA5FAF;
}
</style>
border-color css
<style>
span { border-color: #CA5FAF; }
span { border-color: rgb(202,95,175); }
td.TdClassName
{
border-color: #CA5FAF;
}
.TagClassName
{
border-color: #CA5FAF;
}
</style>