Shades of Fuchsia #C03EAA
Tints of Fuchsia #C03EAA
RGB
CMYK
RGB Variations
Color information
#C03EAA (or 0xC03EAA) is known color: Fuchsia. HEX triplet: C0, 3E and AA. RGB value is (192,62,170). Sum of RGB (Red+Green+Blue) = 192+62+170=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03EAA is #3FC155. Grayscale: #707070. Windows color (decimal): -4178262 or 11157184. OLE color: 11157184.
HSL color Cylindrical-coordinate representation of color #C03EAA: hue angle of 310.15º degrees, saturation: 0.51, 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 #C03EAA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 170 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.25 |
| HSL | 310.15º | 0.51% | 0.5% | - |
| HSV(B) | 310.15º | 0.68% | 0.75% | - |
| XYZ | 30.72 | 17.55 | 39.8 | - |
| YUV | 113.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 170 | 0 | 0.68 | 0.11 | 0.25 | 310.15 | 0.51 | 0.5 |
| Hex | C0 | 3E | AA | 0 | 44 | B | 19 | 136 | 33 | 32 |
| Octal | 300 | 76 | 252 | 0 | 104 | 13 | 31 | 466 | 63 | 62 |
| Binary | 11000000 | 111110 | 10101010 | 0 | 1000100 | 1011 | 11001 | 100110110 | 110011 | 110010 |
Color Harmonies of #C03EAA
Complementary color
Monochromatic Colors of #C03EAA
Black with #C03EAA
Text Example
Text Example
White with #C03EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EAA; }
p { color: rgb(192,62,170); }
H1.HeaderClassName
{
color: #C03EAA;
}
.AnyTagClassName
{
color: #C03EAA;
}
</style>
background-color css
<style>
a { background-color: #C03EAA; }
a { background-color: rgb(192,62,170); }
div.DivClassName
{
background-color: #C03EAA;
}
.BgClassName
{
background-color: #C03EAA;
}
</style>
border-color css
<style>
span { border-color: #C03EAA; }
span { border-color: rgb(192,62,170); }
td.TdClassName
{
border-color: #C03EAA;
}
.TagClassName
{
border-color: #C03EAA;
}
</style>