Shades of Fuchsia #C04DC1
Tints of Fuchsia #C04DC1
RGB
CMYK
RGB Variations
Color information
#C04DC1 (or 0xC04DC1) is known color: Fuchsia. HEX triplet: C0, 4D and C1. RGB value is (192,77,193). Sum of RGB (Red+Green+Blue) = 192+77+193=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #C04DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DC1 is #3FB23E. Grayscale: #7C7C7C. Windows color (decimal): -4174399 or 12668352. OLE color: 12668352.
HSL color Cylindrical-coordinate representation of color #C04DC1: hue angle of 299.48º degrees, saturation: 0.48, 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 #C04DC1 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 77 | 193 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.24 |
| HSL | 299.48º | 0.48% | 0.53% | - |
| HSV(B) | 299.48º | 0.6% | 0.76% | - |
| XYZ | 34.02 | 20.36 | 52.59 | - |
| YUV | 124.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 193 | 0.01 | 0.60 | 0 | 0.24 | 299.48 | 0.48 | 0.53 |
| Hex | C0 | 4D | C1 | 1 | 3C | 0 | 18 | 12B | 30 | 35 |
| Octal | 300 | 115 | 301 | 1 | 74 | 0 | 30 | 453 | 60 | 65 |
| Binary | 11000000 | 1001101 | 11000001 | 1 | 111100 | 0 | 11000 | 100101011 | 110000 | 110101 |
Color Harmonies of #C04DC1
Complementary color
Monochromatic Colors of #C04DC1
Black with #C04DC1
Text Example
Text Example
White with #C04DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DC1; }
p { color: rgb(192,77,193); }
H1.HeaderClassName
{
color: #C04DC1;
}
.AnyTagClassName
{
color: #C04DC1;
}
</style>
background-color css
<style>
a { background-color: #C04DC1; }
a { background-color: rgb(192,77,193); }
div.DivClassName
{
background-color: #C04DC1;
}
.BgClassName
{
background-color: #C04DC1;
}
</style>
border-color css
<style>
span { border-color: #C04DC1; }
span { border-color: rgb(192,77,193); }
td.TdClassName
{
border-color: #C04DC1;
}
.TagClassName
{
border-color: #C04DC1;
}
</style>