Shades of Fuchsia #C04DBB
Tints of Fuchsia #C04DBB
RGB
CMYK
RGB Variations
Color information
#C04DBB (or 0xC04DBB) is known color: Fuchsia. HEX triplet: C0, 4D and BB. RGB value is (192,77,187). Sum of RGB (Red+Green+Blue) = 192+77+187=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DBB is #3FB244. Grayscale: #7B7B7B. Windows color (decimal): -4174405 or 12275136. OLE color: 12275136.
HSL color Cylindrical-coordinate representation of color #C04DBB: hue angle of 302.61º 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 #C04DBB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 187 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.25 |
| HSL | 302.61º | 0.48% | 0.53% | - |
| HSV(B) | 302.61º | 0.6% | 0.75% | - |
| XYZ | 33.36 | 20.1 | 49.14 | - |
| YUV | 123.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 187 | 0 | 0.60 | 0.03 | 0.25 | 302.61 | 0.48 | 0.53 |
| Hex | C0 | 4D | BB | 0 | 3C | 3 | 19 | 12F | 30 | 35 |
| Octal | 300 | 115 | 273 | 0 | 74 | 3 | 31 | 457 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10111011 | 0 | 111100 | 11 | 11001 | 100101111 | 110000 | 110101 |
Color Harmonies of #C04DBB
Complementary color
Monochromatic Colors of #C04DBB
Black with #C04DBB
Text Example
Text Example
White with #C04DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DBB; }
p { color: rgb(192,77,187); }
H1.HeaderClassName
{
color: #C04DBB;
}
.AnyTagClassName
{
color: #C04DBB;
}
</style>
background-color css
<style>
a { background-color: #C04DBB; }
a { background-color: rgb(192,77,187); }
div.DivClassName
{
background-color: #C04DBB;
}
.BgClassName
{
background-color: #C04DBB;
}
</style>
border-color css
<style>
span { border-color: #C04DBB; }
span { border-color: rgb(192,77,187); }
td.TdClassName
{
border-color: #C04DBB;
}
.TagClassName
{
border-color: #C04DBB;
}
</style>