Shades of Fuchsia #C93AAE
Tints of Fuchsia #C93AAE
RGB
CMYK
RGB Variations
Color information
#C93AAE (or 0xC93AAE) is known color: Fuchsia. HEX triplet: C9, 3A and AE. RGB value is (201,58,174). Sum of RGB (Red+Green+Blue) = 201+58+174=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AAE is #36C551. Grayscale: #717171. Windows color (decimal): -3589458 or 11418313. OLE color: 11418313.
HSL color Cylindrical-coordinate representation of color #C93AAE: hue angle of 311.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93AAE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 174 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.21 |
| HSL | 311.33º | 0.57% | 0.51% | - |
| HSV(B) | 311.33º | 0.71% | 0.79% | - |
| XYZ | 33.24 | 18.5 | 41.86 | - |
| YUV | 113.98 | 161.88 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 174 | 0 | 0.71 | 0.13 | 0.21 | 311.33 | 0.57 | 0.51 |
| Hex | C9 | 3A | AE | 0 | 47 | D | 15 | 137 | 39 | 33 |
| Octal | 311 | 72 | 256 | 0 | 107 | 15 | 25 | 467 | 71 | 63 |
| Binary | 11001001 | 111010 | 10101110 | 0 | 1000111 | 1101 | 10101 | 100110111 | 111001 | 110011 |
Color Harmonies of #C93AAE
Complementary color
Monochromatic Colors of #C93AAE
Black with #C93AAE
Text Example
Text Example
White with #C93AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AAE; }
p { color: rgb(201,58,174); }
H1.HeaderClassName
{
color: #C93AAE;
}
.AnyTagClassName
{
color: #C93AAE;
}
</style>
background-color css
<style>
a { background-color: #C93AAE; }
a { background-color: rgb(201,58,174); }
div.DivClassName
{
background-color: #C93AAE;
}
.BgClassName
{
background-color: #C93AAE;
}
</style>
border-color css
<style>
span { border-color: #C93AAE; }
span { border-color: rgb(201,58,174); }
td.TdClassName
{
border-color: #C93AAE;
}
.TagClassName
{
border-color: #C93AAE;
}
</style>