Shades of Fuchsia #C94DBC
Tints of Fuchsia #C94DBC
RGB
CMYK
RGB Variations
Color information
#C94DBC (or 0xC94DBC) is known color: Fuchsia. HEX triplet: C9, 4D and BC. RGB value is (201,77,188). Sum of RGB (Red+Green+Blue) = 201+77+188=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DBC is #36B243. Grayscale: #7E7E7E. Windows color (decimal): -3584580 or 12340681. OLE color: 12340681.
HSL color Cylindrical-coordinate representation of color #C94DBC: hue angle of 306.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DBC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 188 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.21 |
| HSL | 306.29º | 0.53% | 0.55% | - |
| HSV(B) | 306.29º | 0.62% | 0.79% | - |
| XYZ | 35.82 | 21.36 | 49.81 | - |
| YUV | 126.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 188 | 0 | 0.62 | 0.06 | 0.21 | 306.29 | 0.53 | 0.55 |
| Hex | C9 | 4D | BC | 0 | 3E | 6 | 15 | 132 | 35 | 37 |
| Octal | 311 | 115 | 274 | 0 | 76 | 6 | 25 | 462 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10111100 | 0 | 111110 | 110 | 10101 | 100110010 | 110101 | 110111 |
Color Harmonies of #C94DBC
Complementary color
Monochromatic Colors of #C94DBC
Black with #C94DBC
Text Example
Text Example
White with #C94DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DBC; }
p { color: rgb(201,77,188); }
H1.HeaderClassName
{
color: #C94DBC;
}
.AnyTagClassName
{
color: #C94DBC;
}
</style>
background-color css
<style>
a { background-color: #C94DBC; }
a { background-color: rgb(201,77,188); }
div.DivClassName
{
background-color: #C94DBC;
}
.BgClassName
{
background-color: #C94DBC;
}
</style>
border-color css
<style>
span { border-color: #C94DBC; }
span { border-color: rgb(201,77,188); }
td.TdClassName
{
border-color: #C94DBC;
}
.TagClassName
{
border-color: #C94DBC;
}
</style>