Shades of Fuchsia #C04DB2
Tints of Fuchsia #C04DB2
RGB
CMYK
RGB Variations
Color information
#C04DB2 (or 0xC04DB2) is known color: Fuchsia. HEX triplet: C0, 4D and B2. RGB value is (192,77,178). Sum of RGB (Red+Green+Blue) = 192+77+178=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DB2 is #3FB24D. Grayscale: #7A7A7A. Windows color (decimal): -4174414 or 11685312. OLE color: 11685312.
HSL color Cylindrical-coordinate representation of color #C04DB2: hue angle of 307.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04DB2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 178 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.25 |
| HSL | 307.3º | 0.48% | 0.53% | - |
| HSV(B) | 307.3º | 0.6% | 0.75% | - |
| XYZ | 32.43 | 19.73 | 44.22 | - |
| YUV | 122.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 178 | 0 | 0.60 | 0.07 | 0.25 | 307.3 | 0.48 | 0.53 |
| Hex | C0 | 4D | B2 | 0 | 3C | 7 | 19 | 133 | 30 | 35 |
| Octal | 300 | 115 | 262 | 0 | 74 | 7 | 31 | 463 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10110010 | 0 | 111100 | 111 | 11001 | 100110011 | 110000 | 110101 |
Color Harmonies of #C04DB2
Complementary color
Monochromatic Colors of #C04DB2
Black with #C04DB2
Text Example
Text Example
White with #C04DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DB2; }
p { color: rgb(192,77,178); }
H1.HeaderClassName
{
color: #C04DB2;
}
.AnyTagClassName
{
color: #C04DB2;
}
</style>
background-color css
<style>
a { background-color: #C04DB2; }
a { background-color: rgb(192,77,178); }
div.DivClassName
{
background-color: #C04DB2;
}
.BgClassName
{
background-color: #C04DB2;
}
</style>
border-color css
<style>
span { border-color: #C04DB2; }
span { border-color: rgb(192,77,178); }
td.TdClassName
{
border-color: #C04DB2;
}
.TagClassName
{
border-color: #C04DB2;
}
</style>