Shades of Fuchsia #C03DC7
Tints of Fuchsia #C03DC7
RGB
CMYK
RGB Variations
Color information
#C03DC7 (or 0xC03DC7) is known color: Fuchsia. HEX triplet: C0, 3D and C7. RGB value is (192,61,199). Sum of RGB (Red+Green+Blue) = 192+61+199=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 199 - color contains mainly: blue. Hex color #C03DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03DC7 is #3FC238. Grayscale: #737373. Windows color (decimal): -4178489 or 13057472. OLE color: 13057472.
HSL color Cylindrical-coordinate representation of color #C03DC7: hue angle of 296.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03DC7 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 61 | 199 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.22 |
| HSL | 296.96º | 0.55% | 0.51% | - |
| HSV(B) | 296.96º | 0.69% | 0.78% | - |
| XYZ | 33.72 | 18.67 | 55.86 | - |
| YUV | 115.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 199 | 0.04 | 0.69 | 0 | 0.22 | 296.96 | 0.55 | 0.51 |
| Hex | C0 | 3D | C7 | 4 | 45 | 0 | 16 | 129 | 37 | 33 |
| Octal | 300 | 75 | 307 | 4 | 105 | 0 | 26 | 451 | 67 | 63 |
| Binary | 11000000 | 111101 | 11000111 | 100 | 1000101 | 0 | 10110 | 100101001 | 110111 | 110011 |
Color Harmonies of #C03DC7
Complementary color
Monochromatic Colors of #C03DC7
Black with #C03DC7
Text Example
Text Example
White with #C03DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DC7; }
p { color: rgb(192,61,199); }
H1.HeaderClassName
{
color: #C03DC7;
}
.AnyTagClassName
{
color: #C03DC7;
}
</style>
background-color css
<style>
a { background-color: #C03DC7; }
a { background-color: rgb(192,61,199); }
div.DivClassName
{
background-color: #C03DC7;
}
.BgClassName
{
background-color: #C03DC7;
}
</style>
border-color css
<style>
span { border-color: #C03DC7; }
span { border-color: rgb(192,61,199); }
td.TdClassName
{
border-color: #C03DC7;
}
.TagClassName
{
border-color: #C03DC7;
}
</style>