Shades of Fuchsia #C94DB6
Tints of Fuchsia #C94DB6
RGB
CMYK
RGB Variations
Color information
#C94DB6 (or 0xC94DB6) is known color: Fuchsia. HEX triplet: C9, 4D and B6. RGB value is (201,77,182). Sum of RGB (Red+Green+Blue) = 201+77+182=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DB6 is #36B249. Grayscale: #7D7D7D. Windows color (decimal): -3584586 or 11947465. OLE color: 11947465.
HSL color Cylindrical-coordinate representation of color #C94DB6: hue angle of 309.19º 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 #C94DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 182 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.21 |
| HSL | 309.19º | 0.53% | 0.55% | - |
| HSV(B) | 309.19º | 0.62% | 0.79% | - |
| XYZ | 35.18 | 21.1 | 46.47 | - |
| YUV | 126.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 182 | 0 | 0.62 | 0.09 | 0.21 | 309.19 | 0.53 | 0.55 |
| Hex | C9 | 4D | B6 | 0 | 3E | 9 | 15 | 135 | 35 | 37 |
| Octal | 311 | 115 | 266 | 0 | 76 | 11 | 25 | 465 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10110110 | 0 | 111110 | 1001 | 10101 | 100110101 | 110101 | 110111 |
Color Harmonies of #C94DB6
Complementary color
Monochromatic Colors of #C94DB6
Black with #C94DB6
Text Example
Text Example
White with #C94DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DB6; }
p { color: rgb(201,77,182); }
H1.HeaderClassName
{
color: #C94DB6;
}
.AnyTagClassName
{
color: #C94DB6;
}
</style>
background-color css
<style>
a { background-color: #C94DB6; }
a { background-color: rgb(201,77,182); }
div.DivClassName
{
background-color: #C94DB6;
}
.BgClassName
{
background-color: #C94DB6;
}
</style>
border-color css
<style>
span { border-color: #C94DB6; }
span { border-color: rgb(201,77,182); }
td.TdClassName
{
border-color: #C94DB6;
}
.TagClassName
{
border-color: #C94DB6;
}
</style>