Shades of Fuchsia #C02EAF
Tints of Fuchsia #C02EAF
RGB
CMYK
RGB Variations
Color information
#C02EAF (or 0xC02EAF) is known color: Fuchsia. HEX triplet: C0, 2E and AF. RGB value is (192,46,175). Sum of RGB (Red+Green+Blue) = 192+46+175=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EAF is #3FD150. Grayscale: #676767. Windows color (decimal): -4182353 or 11480768. OLE color: 11480768.
HSL color Cylindrical-coordinate representation of color #C02EAF: hue angle of 306.99º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02EAF is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 175 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.25 |
| HSL | 306.99º | 0.61% | 0.47% | - |
| HSV(B) | 306.99º | 0.76% | 0.75% | - |
| XYZ | 30.45 | 16.26 | 42.09 | - |
| YUV | 104.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 175 | 0 | 0.76 | 0.09 | 0.25 | 306.99 | 0.61 | 0.47 |
| Hex | C0 | 2E | AF | 0 | 4C | 9 | 19 | 133 | 3D | 2F |
| Octal | 300 | 56 | 257 | 0 | 114 | 11 | 31 | 463 | 75 | 57 |
| Binary | 11000000 | 101110 | 10101111 | 0 | 1001100 | 1001 | 11001 | 100110011 | 111101 | 101111 |
Color Harmonies of #C02EAF
Complementary color
Monochromatic Colors of #C02EAF
Black with #C02EAF
Text Example
Text Example
White with #C02EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EAF; }
p { color: rgb(192,46,175); }
H1.HeaderClassName
{
color: #C02EAF;
}
.AnyTagClassName
{
color: #C02EAF;
}
</style>
background-color css
<style>
a { background-color: #C02EAF; }
a { background-color: rgb(192,46,175); }
div.DivClassName
{
background-color: #C02EAF;
}
.BgClassName
{
background-color: #C02EAF;
}
</style>
border-color css
<style>
span { border-color: #C02EAF; }
span { border-color: rgb(192,46,175); }
td.TdClassName
{
border-color: #C02EAF;
}
.TagClassName
{
border-color: #C02EAF;
}
</style>