Shades of Fuchsia #C95BAE
Tints of Fuchsia #C95BAE
RGB
CMYK
RGB Variations
Color information
#C95BAE (or 0xC95BAE) is known color: Fuchsia. HEX triplet: C9, 5B and AE. RGB value is (201,91,174). Sum of RGB (Red+Green+Blue) = 201+91+174=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BAE is #36A451. Grayscale: #858585. Windows color (decimal): -3581010 or 11426761. OLE color: 11426761.
HSL color Cylindrical-coordinate representation of color #C95BAE: hue angle of 314.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BAE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 174 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.21 |
| HSL | 314.73º | 0.5% | 0.57% | - |
| HSV(B) | 314.73º | 0.55% | 0.79% | - |
| XYZ | 35.47 | 22.96 | 42.61 | - |
| YUV | 133.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 174 | 0 | 0.55 | 0.13 | 0.21 | 314.73 | 0.5 | 0.57 |
| Hex | C9 | 5B | AE | 0 | 37 | D | 15 | 13B | 32 | 39 |
| Octal | 311 | 133 | 256 | 0 | 67 | 15 | 25 | 473 | 62 | 71 |
| Binary | 11001001 | 1011011 | 10101110 | 0 | 110111 | 1101 | 10101 | 100111011 | 110010 | 111001 |
Color Harmonies of #C95BAE
Complementary color
Monochromatic Colors of #C95BAE
Black with #C95BAE
Text Example
Text Example
White with #C95BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BAE; }
p { color: rgb(201,91,174); }
H1.HeaderClassName
{
color: #C95BAE;
}
.AnyTagClassName
{
color: #C95BAE;
}
</style>
background-color css
<style>
a { background-color: #C95BAE; }
a { background-color: rgb(201,91,174); }
div.DivClassName
{
background-color: #C95BAE;
}
.BgClassName
{
background-color: #C95BAE;
}
</style>
border-color css
<style>
span { border-color: #C95BAE; }
span { border-color: rgb(201,91,174); }
td.TdClassName
{
border-color: #C95BAE;
}
.TagClassName
{
border-color: #C95BAE;
}
</style>