Shades of Fuchsia #C03DBD
Tints of Fuchsia #C03DBD
RGB
CMYK
RGB Variations
Color information
#C03DBD (or 0xC03DBD) is known color: Fuchsia. HEX triplet: C0, 3D and BD. RGB value is (192,61,189). Sum of RGB (Red+Green+Blue) = 192+61+189=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DBD is #3FC242. Grayscale: #727272. Windows color (decimal): -4178499 or 12402112. OLE color: 12402112.
HSL color Cylindrical-coordinate representation of color #C03DBD: hue angle of 301.37º 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 #C03DBD is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 189 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.25 |
| HSL | 301.37º | 0.52% | 0.5% | - |
| HSV(B) | 301.37º | 0.68% | 0.75% | - |
| XYZ | 32.59 | 18.22 | 49.94 | - |
| YUV | 114.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 189 | 0 | 0.68 | 0.02 | 0.25 | 301.37 | 0.52 | 0.5 |
| Hex | C0 | 3D | BD | 0 | 44 | 2 | 19 | 12D | 34 | 32 |
| Octal | 300 | 75 | 275 | 0 | 104 | 2 | 31 | 455 | 64 | 62 |
| Binary | 11000000 | 111101 | 10111101 | 0 | 1000100 | 10 | 11001 | 100101101 | 110100 | 110010 |
Color Harmonies of #C03DBD
Complementary color
Monochromatic Colors of #C03DBD
Black with #C03DBD
Text Example
Text Example
White with #C03DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DBD; }
p { color: rgb(192,61,189); }
H1.HeaderClassName
{
color: #C03DBD;
}
.AnyTagClassName
{
color: #C03DBD;
}
</style>
background-color css
<style>
a { background-color: #C03DBD; }
a { background-color: rgb(192,61,189); }
div.DivClassName
{
background-color: #C03DBD;
}
.BgClassName
{
background-color: #C03DBD;
}
</style>
border-color css
<style>
span { border-color: #C03DBD; }
span { border-color: rgb(192,61,189); }
td.TdClassName
{
border-color: #C03DBD;
}
.TagClassName
{
border-color: #C03DBD;
}
</style>