Shades of Fuchsia #C03DB7
Tints of Fuchsia #C03DB7
RGB
CMYK
RGB Variations
Color information
#C03DB7 (or 0xC03DB7) is known color: Fuchsia. HEX triplet: C0, 3D and B7. RGB value is (192,61,183). Sum of RGB (Red+Green+Blue) = 192+61+183=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DB7 is #3FC248. Grayscale: #717171. Windows color (decimal): -4178505 or 12008896. OLE color: 12008896.
HSL color Cylindrical-coordinate representation of color #C03DB7: hue angle of 304.12º 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 #C03DB7 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 183 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.25 |
| HSL | 304.12º | 0.52% | 0.5% | - |
| HSV(B) | 304.12º | 0.68% | 0.75% | - |
| XYZ | 31.95 | 17.96 | 46.58 | - |
| YUV | 114.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 183 | 0 | 0.68 | 0.05 | 0.25 | 304.12 | 0.52 | 0.5 |
| Hex | C0 | 3D | B7 | 0 | 44 | 5 | 19 | 130 | 34 | 32 |
| Octal | 300 | 75 | 267 | 0 | 104 | 5 | 31 | 460 | 64 | 62 |
| Binary | 11000000 | 111101 | 10110111 | 0 | 1000100 | 101 | 11001 | 100110000 | 110100 | 110010 |
Color Harmonies of #C03DB7
Complementary color
Monochromatic Colors of #C03DB7
Black with #C03DB7
Text Example
Text Example
White with #C03DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DB7; }
p { color: rgb(192,61,183); }
H1.HeaderClassName
{
color: #C03DB7;
}
.AnyTagClassName
{
color: #C03DB7;
}
</style>
background-color css
<style>
a { background-color: #C03DB7; }
a { background-color: rgb(192,61,183); }
div.DivClassName
{
background-color: #C03DB7;
}
.BgClassName
{
background-color: #C03DB7;
}
</style>
border-color css
<style>
span { border-color: #C03DB7; }
span { border-color: rgb(192,61,183); }
td.TdClassName
{
border-color: #C03DB7;
}
.TagClassName
{
border-color: #C03DB7;
}
</style>