Shades of Fuchsia #C94EBA
Tints of Fuchsia #C94EBA
RGB
CMYK
RGB Variations
Color information
#C94EBA (or 0xC94EBA) is known color: Fuchsia. HEX triplet: C9, 4E and BA. RGB value is (201,78,186). Sum of RGB (Red+Green+Blue) = 201+78+186=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C94EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94EBA is #36B145. Grayscale: #7E7E7E. Windows color (decimal): -3584326 or 12209865. OLE color: 12209865.
HSL color Cylindrical-coordinate representation of color #C94EBA: hue angle of 307.32º 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 #C94EBA is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 186 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.21 |
| HSL | 307.32º | 0.53% | 0.55% | - |
| HSV(B) | 307.32º | 0.61% | 0.79% | - |
| XYZ | 35.67 | 21.41 | 48.71 | - |
| YUV | 127.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 186 | 0 | 0.61 | 0.07 | 0.21 | 307.32 | 0.53 | 0.55 |
| Hex | C9 | 4E | BA | 0 | 3D | 7 | 15 | 133 | 35 | 37 |
| Octal | 311 | 116 | 272 | 0 | 75 | 7 | 25 | 463 | 65 | 67 |
| Binary | 11001001 | 1001110 | 10111010 | 0 | 111101 | 111 | 10101 | 100110011 | 110101 | 110111 |
Color Harmonies of #C94EBA
Complementary color
Monochromatic Colors of #C94EBA
Black with #C94EBA
Text Example
Text Example
White with #C94EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EBA; }
p { color: rgb(201,78,186); }
H1.HeaderClassName
{
color: #C94EBA;
}
.AnyTagClassName
{
color: #C94EBA;
}
</style>
background-color css
<style>
a { background-color: #C94EBA; }
a { background-color: rgb(201,78,186); }
div.DivClassName
{
background-color: #C94EBA;
}
.BgClassName
{
background-color: #C94EBA;
}
</style>
border-color css
<style>
span { border-color: #C94EBA; }
span { border-color: rgb(201,78,186); }
td.TdClassName
{
border-color: #C94EBA;
}
.TagClassName
{
border-color: #C94EBA;
}
</style>