Shades of Fuchsia #C03DA7
Tints of Fuchsia #C03DA7
RGB
CMYK
RGB Variations
Color information
#C03DA7 (or 0xC03DA7) is known color: Fuchsia. HEX triplet: C0, 3D and A7. RGB value is (192,61,167). Sum of RGB (Red+Green+Blue) = 192+61+167=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA7 is #3FC258. Grayscale: #6F6F6F. Windows color (decimal): -4178521 or 10960320. OLE color: 10960320.
HSL color Cylindrical-coordinate representation of color #C03DA7: hue angle of 311.45º 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 #C03DA7 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 167 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.25 |
| HSL | 311.45º | 0.52% | 0.5% | - |
| HSV(B) | 311.45º | 0.68% | 0.75% | - |
| XYZ | 30.38 | 17.33 | 38.3 | - |
| YUV | 112.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 167 | 0 | 0.68 | 0.13 | 0.25 | 311.45 | 0.52 | 0.5 |
| Hex | C0 | 3D | A7 | 0 | 44 | D | 19 | 137 | 34 | 32 |
| Octal | 300 | 75 | 247 | 0 | 104 | 15 | 31 | 467 | 64 | 62 |
| Binary | 11000000 | 111101 | 10100111 | 0 | 1000100 | 1101 | 11001 | 100110111 | 110100 | 110010 |
Color Harmonies of #C03DA7
Complementary color
Monochromatic Colors of #C03DA7
Black with #C03DA7
Text Example
Text Example
White with #C03DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DA7; }
p { color: rgb(192,61,167); }
H1.HeaderClassName
{
color: #C03DA7;
}
.AnyTagClassName
{
color: #C03DA7;
}
</style>
background-color css
<style>
a { background-color: #C03DA7; }
a { background-color: rgb(192,61,167); }
div.DivClassName
{
background-color: #C03DA7;
}
.BgClassName
{
background-color: #C03DA7;
}
</style>
border-color css
<style>
span { border-color: #C03DA7; }
span { border-color: rgb(192,61,167); }
td.TdClassName
{
border-color: #C03DA7;
}
.TagClassName
{
border-color: #C03DA7;
}
</style>