Shades of Fuchsia #C93AAC
Tints of Fuchsia #C93AAC
RGB
CMYK
RGB Variations
Color information
#C93AAC (or 0xC93AAC) is known color: Fuchsia. HEX triplet: C9, 3A and AC. RGB value is (201,58,172). Sum of RGB (Red+Green+Blue) = 201+58+172=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AAC is #36C553. Grayscale: #717171. Windows color (decimal): -3589460 or 11287241. OLE color: 11287241.
HSL color Cylindrical-coordinate representation of color #C93AAC: hue angle of 312.17º 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 #C93AAC is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 172 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.21 |
| HSL | 312.17º | 0.57% | 0.51% | - |
| HSV(B) | 312.17º | 0.71% | 0.79% | - |
| XYZ | 33.05 | 18.42 | 40.84 | - |
| YUV | 113.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 172 | 0 | 0.71 | 0.14 | 0.21 | 312.17 | 0.57 | 0.51 |
| Hex | C9 | 3A | AC | 0 | 47 | E | 15 | 138 | 39 | 33 |
| Octal | 311 | 72 | 254 | 0 | 107 | 16 | 25 | 470 | 71 | 63 |
| Binary | 11001001 | 111010 | 10101100 | 0 | 1000111 | 1110 | 10101 | 100111000 | 111001 | 110011 |
Color Harmonies of #C93AAC
Complementary color
Monochromatic Colors of #C93AAC
Black with #C93AAC
Text Example
Text Example
White with #C93AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AAC; }
p { color: rgb(201,58,172); }
H1.HeaderClassName
{
color: #C93AAC;
}
.AnyTagClassName
{
color: #C93AAC;
}
</style>
background-color css
<style>
a { background-color: #C93AAC; }
a { background-color: rgb(201,58,172); }
div.DivClassName
{
background-color: #C93AAC;
}
.BgClassName
{
background-color: #C93AAC;
}
</style>
border-color css
<style>
span { border-color: #C93AAC; }
span { border-color: rgb(201,58,172); }
td.TdClassName
{
border-color: #C93AAC;
}
.TagClassName
{
border-color: #C93AAC;
}
</style>