Shades of Fuchsia #C93DAC
Tints of Fuchsia #C93DAC
RGB
CMYK
RGB Variations
Color information
#C93DAC (or 0xC93DAC) is known color: Fuchsia. HEX triplet: C9, 3D and AC. RGB value is (201,61,172). Sum of RGB (Red+Green+Blue) = 201+61+172=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DAC is #36C253. Grayscale: #737373. Windows color (decimal): -3588692 or 11288009. OLE color: 11288009.
HSL color Cylindrical-coordinate representation of color #C93DAC: hue angle of 312.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DAC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 172 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.21 |
| HSL | 312.43º | 0.56% | 0.51% | - |
| HSV(B) | 312.43º | 0.7% | 0.79% | - |
| XYZ | 33.2 | 18.73 | 40.9 | - |
| YUV | 115.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 172 | 0 | 0.70 | 0.14 | 0.21 | 312.43 | 0.56 | 0.51 |
| Hex | C9 | 3D | AC | 0 | 46 | E | 15 | 138 | 38 | 33 |
| Octal | 311 | 75 | 254 | 0 | 106 | 16 | 25 | 470 | 70 | 63 |
| Binary | 11001001 | 111101 | 10101100 | 0 | 1000110 | 1110 | 10101 | 100111000 | 111000 | 110011 |
Color Harmonies of #C93DAC
Complementary color
Monochromatic Colors of #C93DAC
Black with #C93DAC
Text Example
Text Example
White with #C93DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DAC; }
p { color: rgb(201,61,172); }
H1.HeaderClassName
{
color: #C93DAC;
}
.AnyTagClassName
{
color: #C93DAC;
}
</style>
background-color css
<style>
a { background-color: #C93DAC; }
a { background-color: rgb(201,61,172); }
div.DivClassName
{
background-color: #C93DAC;
}
.BgClassName
{
background-color: #C93DAC;
}
</style>
border-color css
<style>
span { border-color: #C93DAC; }
span { border-color: rgb(201,61,172); }
td.TdClassName
{
border-color: #C93DAC;
}
.TagClassName
{
border-color: #C93DAC;
}
</style>