Shades of Fuchsia #C02DAE
Tints of Fuchsia #C02DAE
RGB
CMYK
RGB Variations
Color information
#C02DAE (or 0xC02DAE) is known color: Fuchsia. HEX triplet: C0, 2D and AE. RGB value is (192,45,174). Sum of RGB (Red+Green+Blue) = 192+45+174=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DAE is #3FD251. Grayscale: #676767. Windows color (decimal): -4182610 or 11414976. OLE color: 11414976.
HSL color Cylindrical-coordinate representation of color #C02DAE: hue angle of 307.35º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DAE is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 174 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.25 |
| HSL | 307.35º | 0.62% | 0.46% | - |
| HSV(B) | 307.35º | 0.77% | 0.75% | - |
| XYZ | 30.32 | 16.14 | 41.56 | - |
| YUV | 103.66 | 167.7 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 174 | 0 | 0.77 | 0.09 | 0.25 | 307.35 | 0.62 | 0.46 |
| Hex | C0 | 2D | AE | 0 | 4D | 9 | 19 | 133 | 3E | 2E |
| Octal | 300 | 55 | 256 | 0 | 115 | 11 | 31 | 463 | 76 | 56 |
| Binary | 11000000 | 101101 | 10101110 | 0 | 1001101 | 1001 | 11001 | 100110011 | 111110 | 101110 |
Color Harmonies of #C02DAE
Complementary color
Monochromatic Colors of #C02DAE
Black with #C02DAE
Text Example
Text Example
White with #C02DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DAE; }
p { color: rgb(192,45,174); }
H1.HeaderClassName
{
color: #C02DAE;
}
.AnyTagClassName
{
color: #C02DAE;
}
</style>
background-color css
<style>
a { background-color: #C02DAE; }
a { background-color: rgb(192,45,174); }
div.DivClassName
{
background-color: #C02DAE;
}
.BgClassName
{
background-color: #C02DAE;
}
</style>
border-color css
<style>
span { border-color: #C02DAE; }
span { border-color: rgb(192,45,174); }
td.TdClassName
{
border-color: #C02DAE;
}
.TagClassName
{
border-color: #C02DAE;
}
</style>