Shades of Fuchsia #C03DBC
Tints of Fuchsia #C03DBC
RGB
CMYK
RGB Variations
Color information
#C03DBC (or 0xC03DBC) is known color: Fuchsia. HEX triplet: C0, 3D and BC. RGB value is (192,61,188). Sum of RGB (Red+Green+Blue) = 192+61+188=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DBC is #3FC243. Grayscale: #727272. Windows color (decimal): -4178500 or 12336576. OLE color: 12336576.
HSL color Cylindrical-coordinate representation of color #C03DBC: hue angle of 301.83º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03DBC is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 188 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.25 |
| HSL | 301.83º | 0.52% | 0.5% | - |
| HSV(B) | 301.83º | 0.68% | 0.75% | - |
| XYZ | 32.48 | 18.17 | 49.37 | - |
| YUV | 114.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 188 | 0 | 0.68 | 0.02 | 0.25 | 301.83 | 0.52 | 0.5 |
| Hex | C0 | 3D | BC | 0 | 44 | 2 | 19 | 12E | 34 | 32 |
| Octal | 300 | 75 | 274 | 0 | 104 | 2 | 31 | 456 | 64 | 62 |
| Binary | 11000000 | 111101 | 10111100 | 0 | 1000100 | 10 | 11001 | 100101110 | 110100 | 110010 |
Color Harmonies of #C03DBC
Complementary color
Monochromatic Colors of #C03DBC
Black with #C03DBC
Text Example
Text Example
White with #C03DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DBC; }
p { color: rgb(192,61,188); }
H1.HeaderClassName
{
color: #C03DBC;
}
.AnyTagClassName
{
color: #C03DBC;
}
</style>
background-color css
<style>
a { background-color: #C03DBC; }
a { background-color: rgb(192,61,188); }
div.DivClassName
{
background-color: #C03DBC;
}
.BgClassName
{
background-color: #C03DBC;
}
</style>
border-color css
<style>
span { border-color: #C03DBC; }
span { border-color: rgb(192,61,188); }
td.TdClassName
{
border-color: #C03DBC;
}
.TagClassName
{
border-color: #C03DBC;
}
</style>