Shades of Fuchsia #C02EAD
Tints of Fuchsia #C02EAD
RGB
CMYK
RGB Variations
Color information
#C02EAD (or 0xC02EAD) is known color: Fuchsia. HEX triplet: C0, 2E and AD. RGB value is (192,46,173). Sum of RGB (Red+Green+Blue) = 192+46+173=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EAD is #3FD152. Grayscale: #676767. Windows color (decimal): -4182355 or 11349696. OLE color: 11349696.
HSL color Cylindrical-coordinate representation of color #C02EAD: hue angle of 307.81º 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 #C02EAD is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 173 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.25 |
| HSL | 307.81º | 0.61% | 0.47% | - |
| HSV(B) | 307.81º | 0.76% | 0.75% | - |
| XYZ | 30.26 | 16.18 | 41.06 | - |
| YUV | 104.13 | 166.87 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 173 | 0 | 0.76 | 0.10 | 0.25 | 307.81 | 0.61 | 0.47 |
| Hex | C0 | 2E | AD | 0 | 4C | A | 19 | 134 | 3D | 2F |
| Octal | 300 | 56 | 255 | 0 | 114 | 12 | 31 | 464 | 75 | 57 |
| Binary | 11000000 | 101110 | 10101101 | 0 | 1001100 | 1010 | 11001 | 100110100 | 111101 | 101111 |
Color Harmonies of #C02EAD
Complementary color
Monochromatic Colors of #C02EAD
Black with #C02EAD
Text Example
Text Example
White with #C02EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EAD; }
p { color: rgb(192,46,173); }
H1.HeaderClassName
{
color: #C02EAD;
}
.AnyTagClassName
{
color: #C02EAD;
}
</style>
background-color css
<style>
a { background-color: #C02EAD; }
a { background-color: rgb(192,46,173); }
div.DivClassName
{
background-color: #C02EAD;
}
.BgClassName
{
background-color: #C02EAD;
}
</style>
border-color css
<style>
span { border-color: #C02EAD; }
span { border-color: rgb(192,46,173); }
td.TdClassName
{
border-color: #C02EAD;
}
.TagClassName
{
border-color: #C02EAD;
}
</style>