Shades of Fuchsia #C93BAE
Tints of Fuchsia #C93BAE
RGB
CMYK
RGB Variations
Color information
#C93BAE (or 0xC93BAE) is known color: Fuchsia. HEX triplet: C9, 3B and AE. RGB value is (201,59,174). Sum of RGB (Red+Green+Blue) = 201+59+174=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BAE is #36C451. Grayscale: #727272. Windows color (decimal): -3589202 or 11418569. OLE color: 11418569.
HSL color Cylindrical-coordinate representation of color #C93BAE: hue angle of 311.41º 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 #C93BAE is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 174 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.21 |
| HSL | 311.41º | 0.57% | 0.51% | - |
| HSV(B) | 311.41º | 0.71% | 0.79% | - |
| XYZ | 33.29 | 18.6 | 41.88 | - |
| YUV | 114.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 174 | 0 | 0.71 | 0.13 | 0.21 | 311.41 | 0.57 | 0.51 |
| Hex | C9 | 3B | AE | 0 | 47 | D | 15 | 137 | 39 | 33 |
| Octal | 311 | 73 | 256 | 0 | 107 | 15 | 25 | 467 | 71 | 63 |
| Binary | 11001001 | 111011 | 10101110 | 0 | 1000111 | 1101 | 10101 | 100110111 | 111001 | 110011 |
Color Harmonies of #C93BAE
Complementary color
Monochromatic Colors of #C93BAE
Black with #C93BAE
Text Example
Text Example
White with #C93BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BAE; }
p { color: rgb(201,59,174); }
H1.HeaderClassName
{
color: #C93BAE;
}
.AnyTagClassName
{
color: #C93BAE;
}
</style>
background-color css
<style>
a { background-color: #C93BAE; }
a { background-color: rgb(201,59,174); }
div.DivClassName
{
background-color: #C93BAE;
}
.BgClassName
{
background-color: #C93BAE;
}
</style>
border-color css
<style>
span { border-color: #C93BAE; }
span { border-color: rgb(201,59,174); }
td.TdClassName
{
border-color: #C93BAE;
}
.TagClassName
{
border-color: #C93BAE;
}
</style>