Shades of Fuchsia #C93DAB
Tints of Fuchsia #C93DAB
RGB
CMYK
RGB Variations
Color information
#C93DAB (or 0xC93DAB) is known color: Fuchsia. HEX triplet: C9, 3D and AB. RGB value is (201,61,171). Sum of RGB (Red+Green+Blue) = 201+61+171=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DAB is #36C254. Grayscale: #737373. Windows color (decimal): -3588693 or 11222473. OLE color: 11222473.
HSL color Cylindrical-coordinate representation of color #C93DAB: hue angle of 312.86º 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 #C93DAB is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 171 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.21 |
| HSL | 312.86º | 0.56% | 0.51% | - |
| HSV(B) | 312.86º | 0.7% | 0.79% | - |
| XYZ | 33.11 | 18.7 | 40.39 | - |
| YUV | 115.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 171 | 0 | 0.70 | 0.15 | 0.21 | 312.86 | 0.56 | 0.51 |
| Hex | C9 | 3D | AB | 0 | 46 | F | 15 | 139 | 38 | 33 |
| Octal | 311 | 75 | 253 | 0 | 106 | 17 | 25 | 471 | 70 | 63 |
| Binary | 11001001 | 111101 | 10101011 | 0 | 1000110 | 1111 | 10101 | 100111001 | 111000 | 110011 |
Color Harmonies of #C93DAB
Complementary color
Monochromatic Colors of #C93DAB
Black with #C93DAB
Text Example
Text Example
White with #C93DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DAB; }
p { color: rgb(201,61,171); }
H1.HeaderClassName
{
color: #C93DAB;
}
.AnyTagClassName
{
color: #C93DAB;
}
</style>
background-color css
<style>
a { background-color: #C93DAB; }
a { background-color: rgb(201,61,171); }
div.DivClassName
{
background-color: #C93DAB;
}
.BgClassName
{
background-color: #C93DAB;
}
</style>
border-color css
<style>
span { border-color: #C93DAB; }
span { border-color: rgb(201,61,171); }
td.TdClassName
{
border-color: #C93DAB;
}
.TagClassName
{
border-color: #C93DAB;
}
</style>