Shades of Fuchsia #C04DC2
Tints of Fuchsia #C04DC2
RGB
CMYK
RGB Variations
Color information
#C04DC2 (or 0xC04DC2) is known color: Fuchsia. HEX triplet: C0, 4D and C2. RGB value is (192,77,194). Sum of RGB (Red+Green+Blue) = 192+77+194=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 194 - color contains mainly: blue. Hex color #C04DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DC2 is #3FB23D. Grayscale: #7C7C7C. Windows color (decimal): -4174398 or 12733888. OLE color: 12733888.
HSL color Cylindrical-coordinate representation of color #C04DC2: hue angle of 298.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04DC2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 77 | 194 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.24 |
| HSL | 298.97º | 0.49% | 0.53% | - |
| HSV(B) | 298.97º | 0.6% | 0.76% | - |
| XYZ | 34.13 | 20.41 | 53.18 | - |
| YUV | 124.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 194 | 0.01 | 0.60 | 0 | 0.24 | 298.97 | 0.49 | 0.53 |
| Hex | C0 | 4D | C2 | 1 | 3C | 0 | 18 | 12B | 31 | 35 |
| Octal | 300 | 115 | 302 | 1 | 74 | 0 | 30 | 453 | 61 | 65 |
| Binary | 11000000 | 1001101 | 11000010 | 1 | 111100 | 0 | 11000 | 100101011 | 110001 | 110101 |
Color Harmonies of #C04DC2
Complementary color
Monochromatic Colors of #C04DC2
Black with #C04DC2
Text Example
Text Example
White with #C04DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DC2; }
p { color: rgb(192,77,194); }
H1.HeaderClassName
{
color: #C04DC2;
}
.AnyTagClassName
{
color: #C04DC2;
}
</style>
background-color css
<style>
a { background-color: #C04DC2; }
a { background-color: rgb(192,77,194); }
div.DivClassName
{
background-color: #C04DC2;
}
.BgClassName
{
background-color: #C04DC2;
}
</style>
border-color css
<style>
span { border-color: #C04DC2; }
span { border-color: rgb(192,77,194); }
td.TdClassName
{
border-color: #C04DC2;
}
.TagClassName
{
border-color: #C04DC2;
}
</style>