Shades of Fuchsia #C04DB3
Tints of Fuchsia #C04DB3
RGB
CMYK
RGB Variations
Color information
#C04DB3 (or 0xC04DB3) is known color: Fuchsia. HEX triplet: C0, 4D and B3. RGB value is (192,77,179). Sum of RGB (Red+Green+Blue) = 192+77+179=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DB3 is #3FB24C. Grayscale: #7A7A7A. Windows color (decimal): -4174413 or 11750848. OLE color: 11750848.
HSL color Cylindrical-coordinate representation of color #C04DB3: hue angle of 306.78º 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 #C04DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 179 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.25 |
| HSL | 306.78º | 0.48% | 0.53% | - |
| HSV(B) | 306.78º | 0.6% | 0.75% | - |
| XYZ | 32.53 | 19.77 | 44.75 | - |
| YUV | 123.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 179 | 0 | 0.60 | 0.07 | 0.25 | 306.78 | 0.48 | 0.53 |
| Hex | C0 | 4D | B3 | 0 | 3C | 7 | 19 | 133 | 30 | 35 |
| Octal | 300 | 115 | 263 | 0 | 74 | 7 | 31 | 463 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10110011 | 0 | 111100 | 111 | 11001 | 100110011 | 110000 | 110101 |
Color Harmonies of #C04DB3
Complementary color
Monochromatic Colors of #C04DB3
Black with #C04DB3
Text Example
Text Example
White with #C04DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DB3; }
p { color: rgb(192,77,179); }
H1.HeaderClassName
{
color: #C04DB3;
}
.AnyTagClassName
{
color: #C04DB3;
}
</style>
background-color css
<style>
a { background-color: #C04DB3; }
a { background-color: rgb(192,77,179); }
div.DivClassName
{
background-color: #C04DB3;
}
.BgClassName
{
background-color: #C04DB3;
}
</style>
border-color css
<style>
span { border-color: #C04DB3; }
span { border-color: rgb(192,77,179); }
td.TdClassName
{
border-color: #C04DB3;
}
.TagClassName
{
border-color: #C04DB3;
}
</style>