Shades of Fuchsia #C04DC3
Tints of Fuchsia #C04DC3
RGB
CMYK
RGB Variations
Color information
#C04DC3 (or 0xC04DC3) is known color: Fuchsia. HEX triplet: C0, 4D and C3. RGB value is (192,77,195). Sum of RGB (Red+Green+Blue) = 192+77+195=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #C04DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DC3 is #3FB23C. Grayscale: #7C7C7C. Windows color (decimal): -4174397 or 12799424. OLE color: 12799424.
HSL color Cylindrical-coordinate representation of color #C04DC3: hue angle of 298.47º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04DC3 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 77 | 195 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.24 |
| HSL | 298.47º | 0.5% | 0.53% | - |
| HSV(B) | 298.47º | 0.61% | 0.76% | - |
| XYZ | 34.24 | 20.45 | 53.77 | - |
| YUV | 124.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 195 | 0.02 | 0.61 | 0 | 0.24 | 298.47 | 0.5 | 0.53 |
| Hex | C0 | 4D | C3 | 2 | 3D | 0 | 18 | 12A | 32 | 35 |
| Octal | 300 | 115 | 303 | 2 | 75 | 0 | 30 | 452 | 62 | 65 |
| Binary | 11000000 | 1001101 | 11000011 | 10 | 111101 | 0 | 11000 | 100101010 | 110010 | 110101 |
Color Harmonies of #C04DC3
Complementary color
Monochromatic Colors of #C04DC3
Black with #C04DC3
Text Example
Text Example
White with #C04DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DC3; }
p { color: rgb(192,77,195); }
H1.HeaderClassName
{
color: #C04DC3;
}
.AnyTagClassName
{
color: #C04DC3;
}
</style>
background-color css
<style>
a { background-color: #C04DC3; }
a { background-color: rgb(192,77,195); }
div.DivClassName
{
background-color: #C04DC3;
}
.BgClassName
{
background-color: #C04DC3;
}
</style>
border-color css
<style>
span { border-color: #C04DC3; }
span { border-color: rgb(192,77,195); }
td.TdClassName
{
border-color: #C04DC3;
}
.TagClassName
{
border-color: #C04DC3;
}
</style>