Shades of Fuchsia #C93BAC
Tints of Fuchsia #C93BAC
RGB
CMYK
RGB Variations
Color information
#C93BAC (or 0xC93BAC) is known color: Fuchsia. HEX triplet: C9, 3B and AC. RGB value is (201,59,172). Sum of RGB (Red+Green+Blue) = 201+59+172=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BAC is #36C453. Grayscale: #727272. Windows color (decimal): -3589204 or 11287497. OLE color: 11287497.
HSL color Cylindrical-coordinate representation of color #C93BAC: hue angle of 312.25º 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 #C93BAC is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 172 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.21 |
| HSL | 312.25º | 0.57% | 0.51% | - |
| HSV(B) | 312.25º | 0.71% | 0.79% | - |
| XYZ | 33.1 | 18.52 | 40.86 | - |
| YUV | 114.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 172 | 0 | 0.71 | 0.14 | 0.21 | 312.25 | 0.57 | 0.51 |
| Hex | C9 | 3B | AC | 0 | 47 | E | 15 | 138 | 39 | 33 |
| Octal | 311 | 73 | 254 | 0 | 107 | 16 | 25 | 470 | 71 | 63 |
| Binary | 11001001 | 111011 | 10101100 | 0 | 1000111 | 1110 | 10101 | 100111000 | 111001 | 110011 |
Color Harmonies of #C93BAC
Complementary color
Monochromatic Colors of #C93BAC
Black with #C93BAC
Text Example
Text Example
White with #C93BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BAC; }
p { color: rgb(201,59,172); }
H1.HeaderClassName
{
color: #C93BAC;
}
.AnyTagClassName
{
color: #C93BAC;
}
</style>
background-color css
<style>
a { background-color: #C93BAC; }
a { background-color: rgb(201,59,172); }
div.DivClassName
{
background-color: #C93BAC;
}
.BgClassName
{
background-color: #C93BAC;
}
</style>
border-color css
<style>
span { border-color: #C93BAC; }
span { border-color: rgb(201,59,172); }
td.TdClassName
{
border-color: #C93BAC;
}
.TagClassName
{
border-color: #C93BAC;
}
</style>