Shades of Fuchsia #C04DC9
Tints of Fuchsia #C04DC9
RGB
CMYK
RGB Variations
Color information
#C04DC9 (or 0xC04DC9) is known color: Fuchsia. HEX triplet: C0, 4D and C9. RGB value is (192,77,201). Sum of RGB (Red+Green+Blue) = 192+77+201=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #C04DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DC9 is #3FB236. Grayscale: #7D7D7D. Windows color (decimal): -4174391 or 13192640. OLE color: 13192640.
HSL color Cylindrical-coordinate representation of color #C04DC9: hue angle of 295.65º 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 #C04DC9 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 77 | 201 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.21 |
| HSL | 295.65º | 0.53% | 0.55% | - |
| HSV(B) | 295.65º | 0.62% | 0.79% | - |
| XYZ | 34.93 | 20.73 | 57.42 | - |
| YUV | 125.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 201 | 0.04 | 0.62 | 0 | 0.21 | 295.65 | 0.53 | 0.55 |
| Hex | C0 | 4D | C9 | 4 | 3E | 0 | 15 | 128 | 35 | 37 |
| Octal | 300 | 115 | 311 | 4 | 76 | 0 | 25 | 450 | 65 | 67 |
| Binary | 11000000 | 1001101 | 11001001 | 100 | 111110 | 0 | 10101 | 100101000 | 110101 | 110111 |
Color Harmonies of #C04DC9
Complementary color
Monochromatic Colors of #C04DC9
Black with #C04DC9
Text Example
Text Example
White with #C04DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DC9; }
p { color: rgb(192,77,201); }
H1.HeaderClassName
{
color: #C04DC9;
}
.AnyTagClassName
{
color: #C04DC9;
}
</style>
background-color css
<style>
a { background-color: #C04DC9; }
a { background-color: rgb(192,77,201); }
div.DivClassName
{
background-color: #C04DC9;
}
.BgClassName
{
background-color: #C04DC9;
}
</style>
border-color css
<style>
span { border-color: #C04DC9; }
span { border-color: rgb(192,77,201); }
td.TdClassName
{
border-color: #C04DC9;
}
.TagClassName
{
border-color: #C04DC9;
}
</style>