Shades of Fuchsia #C03DC0
Tints of Fuchsia #C03DC0
RGB
CMYK
RGB Variations
Color information
#C03DC0 (or 0xC03DC0) is known color: Fuchsia. HEX triplet: C0, 3D and C0. RGB value is (192,61,192). Sum of RGB (Red+Green+Blue) = 192+61+192=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C03DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DC0 is #3FC23F. Grayscale: #727272. Windows color (decimal): -4178496 or 12598720. OLE color: 12598720.
HSL color Cylindrical-coordinate representation of color #C03DC0: hue angle of 300º 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 #C03DC0 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 61 | 192 | - |
CMYK | 0 | 0.68 | 0 | 0.25 |
HSL | 300º | 0.52% | 0.5% | - |
HSV(B) | 300º | 0.68% | 0.75% | - |
XYZ | 32.92 | 18.35 | 51.68 | - |
YUV | 115.1 | 171.4 | 182.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 61 | 192 | 0 | 0.68 | 0 | 0.25 | 300 | 0.52 | 0.5 |
Hex | C0 | 3D | C0 | 0 | 44 | 0 | 19 | 12C | 34 | 32 |
Octal | 300 | 75 | 300 | 0 | 104 | 0 | 31 | 454 | 64 | 62 |
Binary | 11000000 | 111101 | 11000000 | 0 | 1000100 | 0 | 11001 | 100101100 | 110100 | 110010 |
Color Harmonies of #C03DC0
Complementary color
Monochromatic Colors of #C03DC0
Black with #C03DC0
Text Example
Text Example
White with #C03DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DC0; }
p { color: rgb(192,61,192); }
H1.HeaderClassName
{
color: #C03DC0;
}
.AnyTagClassName
{
color: #C03DC0;
}
</style>
background-color css
<style>
a { background-color: #C03DC0; }
a { background-color: rgb(192,61,192); }
div.DivClassName
{
background-color: #C03DC0;
}
.BgClassName
{
background-color: #C03DC0;
}
</style>
border-color css
<style>
span { border-color: #C03DC0; }
span { border-color: rgb(192,61,192); }
td.TdClassName
{
border-color: #C03DC0;
}
.TagClassName
{
border-color: #C03DC0;
}
</style>