Shades of Fuchsia #C95EBC
Tints of Fuchsia #C95EBC
RGB
CMYK
RGB Variations
Color information
#C95EBC (or 0xC95EBC) is known color: Fuchsia. HEX triplet: C9, 5E and BC. RGB value is (201,94,188). Sum of RGB (Red+Green+Blue) = 201+94+188=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EBC is #36A143. Grayscale: #888888. Windows color (decimal): -3580228 or 12345033. OLE color: 12345033.
HSL color Cylindrical-coordinate representation of color #C95EBC: hue angle of 307.29º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EBC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 188 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.21 |
| HSL | 307.29º | 0.5% | 0.58% | - |
| HSV(B) | 307.29º | 0.53% | 0.79% | - |
| XYZ | 37.17 | 24.05 | 50.26 | - |
| YUV | 136.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 188 | 0 | 0.53 | 0.06 | 0.21 | 307.29 | 0.5 | 0.58 |
| Hex | C9 | 5E | BC | 0 | 35 | 6 | 15 | 133 | 32 | 3A |
| Octal | 311 | 136 | 274 | 0 | 65 | 6 | 25 | 463 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10111100 | 0 | 110101 | 110 | 10101 | 100110011 | 110010 | 111010 |
Color Harmonies of #C95EBC
Complementary color
Monochromatic Colors of #C95EBC
Black with #C95EBC
Text Example
Text Example
White with #C95EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EBC; }
p { color: rgb(201,94,188); }
H1.HeaderClassName
{
color: #C95EBC;
}
.AnyTagClassName
{
color: #C95EBC;
}
</style>
background-color css
<style>
a { background-color: #C95EBC; }
a { background-color: rgb(201,94,188); }
div.DivClassName
{
background-color: #C95EBC;
}
.BgClassName
{
background-color: #C95EBC;
}
</style>
border-color css
<style>
span { border-color: #C95EBC; }
span { border-color: rgb(201,94,188); }
td.TdClassName
{
border-color: #C95EBC;
}
.TagClassName
{
border-color: #C95EBC;
}
</style>