Shades of Fuchsia #C94EBC
Tints of Fuchsia #C94EBC
RGB
CMYK
RGB Variations
Color information
#C94EBC (or 0xC94EBC) is known color: Fuchsia. HEX triplet: C9, 4E and BC. RGB value is (201,78,188). Sum of RGB (Red+Green+Blue) = 201+78+188=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EBC is #36B143. Grayscale: #7F7F7F. Windows color (decimal): -3584324 or 12340937. OLE color: 12340937.
HSL color Cylindrical-coordinate representation of color #C94EBC: hue angle of 306.34º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94EBC is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 188 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.21 |
| HSL | 306.34º | 0.53% | 0.55% | - |
| HSV(B) | 306.34º | 0.61% | 0.79% | - |
| XYZ | 35.89 | 21.5 | 49.83 | - |
| YUV | 127.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 188 | 0 | 0.61 | 0.06 | 0.21 | 306.34 | 0.53 | 0.55 |
| Hex | C9 | 4E | BC | 0 | 3D | 6 | 15 | 132 | 35 | 37 |
| Octal | 311 | 116 | 274 | 0 | 75 | 6 | 25 | 462 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10111100 | 0 | 111101 | 110 | 10101 | 100110010 | 110101 | 110111 |
Color Harmonies of #C94EBC
Complementary color
Monochromatic Colors of #C94EBC
Black with #C94EBC
Text Example
Text Example
White with #C94EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EBC; }
p { color: rgb(201,78,188); }
H1.HeaderClassName
{
color: #C94EBC;
}
.AnyTagClassName
{
color: #C94EBC;
}
</style>
background-color css
<style>
a { background-color: #C94EBC; }
a { background-color: rgb(201,78,188); }
div.DivClassName
{
background-color: #C94EBC;
}
.BgClassName
{
background-color: #C94EBC;
}
</style>
border-color css
<style>
span { border-color: #C94EBC; }
span { border-color: rgb(201,78,188); }
td.TdClassName
{
border-color: #C94EBC;
}
.TagClassName
{
border-color: #C94EBC;
}
</style>