Shades of Fuchsia #C95AAE
Tints of Fuchsia #C95AAE
RGB
CMYK
RGB Variations
Color information
#C95AAE (or 0xC95AAE) is known color: Fuchsia. HEX triplet: C9, 5A and AE. RGB value is (201,90,174). Sum of RGB (Red+Green+Blue) = 201+90+174=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AAE is #36A551. Grayscale: #848484. Windows color (decimal): -3581266 or 11426505. OLE color: 11426505.
HSL color Cylindrical-coordinate representation of color #C95AAE: hue angle of 314.59º 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 #C95AAE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 174 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.21 |
| HSL | 314.59º | 0.51% | 0.57% | - |
| HSV(B) | 314.59º | 0.55% | 0.79% | - |
| XYZ | 35.38 | 22.79 | 42.58 | - |
| YUV | 132.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 174 | 0 | 0.55 | 0.13 | 0.21 | 314.59 | 0.51 | 0.57 |
| Hex | C9 | 5A | AE | 0 | 37 | D | 15 | 13B | 33 | 39 |
| Octal | 311 | 132 | 256 | 0 | 67 | 15 | 25 | 473 | 63 | 71 |
| Binary | 11001001 | 1011010 | 10101110 | 0 | 110111 | 1101 | 10101 | 100111011 | 110011 | 111001 |
Color Harmonies of #C95AAE
Complementary color
Monochromatic Colors of #C95AAE
Black with #C95AAE
Text Example
Text Example
White with #C95AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95AAE; }
p { color: rgb(201,90,174); }
H1.HeaderClassName
{
color: #C95AAE;
}
.AnyTagClassName
{
color: #C95AAE;
}
</style>
background-color css
<style>
a { background-color: #C95AAE; }
a { background-color: rgb(201,90,174); }
div.DivClassName
{
background-color: #C95AAE;
}
.BgClassName
{
background-color: #C95AAE;
}
</style>
border-color css
<style>
span { border-color: #C95AAE; }
span { border-color: rgb(201,90,174); }
td.TdClassName
{
border-color: #C95AAE;
}
.TagClassName
{
border-color: #C95AAE;
}
</style>