Shades of Fuchsia #C94DB9
Tints of Fuchsia #C94DB9
RGB
CMYK
RGB Variations
Color information
#C94DB9 (or 0xC94DB9) is known color: Fuchsia. HEX triplet: C9, 4D and B9. RGB value is (201,77,185). Sum of RGB (Red+Green+Blue) = 201+77+185=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DB9 is #36B246. Grayscale: #7E7E7E. Windows color (decimal): -3584583 or 12144073. OLE color: 12144073.
HSL color Cylindrical-coordinate representation of color #C94DB9: hue angle of 307.74º 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 #C94DB9 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 185 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.21 |
| HSL | 307.74º | 0.53% | 0.55% | - |
| HSV(B) | 307.74º | 0.62% | 0.79% | - |
| XYZ | 35.5 | 21.23 | 48.13 | - |
| YUV | 126.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 185 | 0 | 0.62 | 0.08 | 0.21 | 307.74 | 0.53 | 0.55 |
| Hex | C9 | 4D | B9 | 0 | 3E | 8 | 15 | 134 | 35 | 37 |
| Octal | 311 | 115 | 271 | 0 | 76 | 10 | 25 | 464 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10111001 | 0 | 111110 | 1000 | 10101 | 100110100 | 110101 | 110111 |
Color Harmonies of #C94DB9
Complementary color
Monochromatic Colors of #C94DB9
Black with #C94DB9
Text Example
Text Example
White with #C94DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DB9; }
p { color: rgb(201,77,185); }
H1.HeaderClassName
{
color: #C94DB9;
}
.AnyTagClassName
{
color: #C94DB9;
}
</style>
background-color css
<style>
a { background-color: #C94DB9; }
a { background-color: rgb(201,77,185); }
div.DivClassName
{
background-color: #C94DB9;
}
.BgClassName
{
background-color: #C94DB9;
}
</style>
border-color css
<style>
span { border-color: #C94DB9; }
span { border-color: rgb(201,77,185); }
td.TdClassName
{
border-color: #C94DB9;
}
.TagClassName
{
border-color: #C94DB9;
}
</style>