Shades of Fuchsia #C93BAA
Tints of Fuchsia #C93BAA
RGB
CMYK
RGB Variations
Color information
#C93BAA (or 0xC93BAA) is known color: Fuchsia. HEX triplet: C9, 3B and AA. RGB value is (201,59,170). Sum of RGB (Red+Green+Blue) = 201+59+170=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BAA is #36C455. Grayscale: #717171. Windows color (decimal): -3589206 or 11156425. OLE color: 11156425.
HSL color Cylindrical-coordinate representation of color #C93BAA: hue angle of 313.1º 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 #C93BAA is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 170 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.21 |
| HSL | 313.1º | 0.57% | 0.51% | - |
| HSV(B) | 313.1º | 0.71% | 0.79% | - |
| XYZ | 32.91 | 18.45 | 39.86 | - |
| YUV | 114.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 170 | 0 | 0.71 | 0.15 | 0.21 | 313.1 | 0.57 | 0.51 |
| Hex | C9 | 3B | AA | 0 | 47 | F | 15 | 139 | 39 | 33 |
| Octal | 311 | 73 | 252 | 0 | 107 | 17 | 25 | 471 | 71 | 63 |
| Binary | 11001001 | 111011 | 10101010 | 0 | 1000111 | 1111 | 10101 | 100111001 | 111001 | 110011 |
Color Harmonies of #C93BAA
Complementary color
Monochromatic Colors of #C93BAA
Black with #C93BAA
Text Example
Text Example
White with #C93BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BAA; }
p { color: rgb(201,59,170); }
H1.HeaderClassName
{
color: #C93BAA;
}
.AnyTagClassName
{
color: #C93BAA;
}
</style>
background-color css
<style>
a { background-color: #C93BAA; }
a { background-color: rgb(201,59,170); }
div.DivClassName
{
background-color: #C93BAA;
}
.BgClassName
{
background-color: #C93BAA;
}
</style>
border-color css
<style>
span { border-color: #C93BAA; }
span { border-color: rgb(201,59,170); }
td.TdClassName
{
border-color: #C93BAA;
}
.TagClassName
{
border-color: #C93BAA;
}
</style>