Shades of Fuchsia #C03EAF
Tints of Fuchsia #C03EAF
RGB
CMYK
RGB Variations
Color information
#C03EAF (or 0xC03EAF) is known color: Fuchsia. HEX triplet: C0, 3E and AF. RGB value is (192,62,175). Sum of RGB (Red+Green+Blue) = 192+62+175=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03EAF is #3FC150. Grayscale: #717171. Windows color (decimal): -4178257 or 11484864. OLE color: 11484864.
HSL color Cylindrical-coordinate representation of color #C03EAF: hue angle of 307.85º 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 #C03EAF is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 175 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.25 |
| HSL | 307.85º | 0.51% | 0.5% | - |
| HSV(B) | 307.85º | 0.68% | 0.75% | - |
| XYZ | 31.2 | 17.75 | 42.34 | - |
| YUV | 113.75 | 162.57 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 175 | 0 | 0.68 | 0.09 | 0.25 | 307.85 | 0.51 | 0.5 |
| Hex | C0 | 3E | AF | 0 | 44 | 9 | 19 | 134 | 33 | 32 |
| Octal | 300 | 76 | 257 | 0 | 104 | 11 | 31 | 464 | 63 | 62 |
| Binary | 11000000 | 111110 | 10101111 | 0 | 1000100 | 1001 | 11001 | 100110100 | 110011 | 110010 |
Color Harmonies of #C03EAF
Complementary color
Monochromatic Colors of #C03EAF
Black with #C03EAF
Text Example
Text Example
White with #C03EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EAF; }
p { color: rgb(192,62,175); }
H1.HeaderClassName
{
color: #C03EAF;
}
.AnyTagClassName
{
color: #C03EAF;
}
</style>
background-color css
<style>
a { background-color: #C03EAF; }
a { background-color: rgb(192,62,175); }
div.DivClassName
{
background-color: #C03EAF;
}
.BgClassName
{
background-color: #C03EAF;
}
</style>
border-color css
<style>
span { border-color: #C03EAF; }
span { border-color: rgb(192,62,175); }
td.TdClassName
{
border-color: #C03EAF;
}
.TagClassName
{
border-color: #C03EAF;
}
</style>