Shades of Fuchsia #C95AAF
Tints of Fuchsia #C95AAF
RGB
CMYK
RGB Variations
Color information
#C95AAF (or 0xC95AAF) is known color: Fuchsia. HEX triplet: C9, 5A and AF. RGB value is (201,90,175). Sum of RGB (Red+Green+Blue) = 201+90+175=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AAF is #36A550. Grayscale: #848484. Windows color (decimal): -3581265 or 11492041. OLE color: 11492041.
HSL color Cylindrical-coordinate representation of color #C95AAF: hue angle of 314.05º 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 #C95AAF is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 175 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.21 |
| HSL | 314.05º | 0.51% | 0.57% | - |
| HSV(B) | 314.05º | 0.55% | 0.79% | - |
| XYZ | 35.48 | 22.82 | 43.09 | - |
| YUV | 132.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 175 | 0 | 0.55 | 0.13 | 0.21 | 314.05 | 0.51 | 0.57 |
| Hex | C9 | 5A | AF | 0 | 37 | D | 15 | 13A | 33 | 39 |
| Octal | 311 | 132 | 257 | 0 | 67 | 15 | 25 | 472 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10101111 | 0 | 110111 | 1101 | 10101 | 100111010 | 110011 | 111001 |
Color Harmonies of #C95AAF
Complementary color
Monochromatic Colors of #C95AAF
Black with #C95AAF
Text Example
Text Example
White with #C95AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AAF; }
p { color: rgb(201,90,175); }
H1.HeaderClassName
{
color: #C95AAF;
}
.AnyTagClassName
{
color: #C95AAF;
}
</style>
background-color css
<style>
a { background-color: #C95AAF; }
a { background-color: rgb(201,90,175); }
div.DivClassName
{
background-color: #C95AAF;
}
.BgClassName
{
background-color: #C95AAF;
}
</style>
border-color css
<style>
span { border-color: #C95AAF; }
span { border-color: rgb(201,90,175); }
td.TdClassName
{
border-color: #C95AAF;
}
.TagClassName
{
border-color: #C95AAF;
}
</style>