Shades of Fuchsia #C042A9
Tints of Fuchsia #C042A9
RGB
CMYK
RGB Variations
Color information
#C042A9 (or 0xC042A9) is known color: Fuchsia. HEX triplet: C0, 42 and A9. RGB value is (192,66,169). Sum of RGB (Red+Green+Blue) = 192+66+169=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C042A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042A9 is #3FBD56. Grayscale: #737373. Windows color (decimal): -4177239 or 11092672. OLE color: 11092672.
HSL color Cylindrical-coordinate representation of color #C042A9: hue angle of 310.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042A9 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 169 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.25 |
| HSL | 310.95º | 0.5% | 0.51% | - |
| HSV(B) | 310.95º | 0.66% | 0.75% | - |
| XYZ | 30.85 | 17.97 | 39.38 | - |
| YUV | 115.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 169 | 0 | 0.66 | 0.12 | 0.25 | 310.95 | 0.5 | 0.51 |
| Hex | C0 | 42 | A9 | 0 | 42 | C | 19 | 137 | 32 | 33 |
| Octal | 300 | 102 | 251 | 0 | 102 | 14 | 31 | 467 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10101001 | 0 | 1000010 | 1100 | 11001 | 100110111 | 110010 | 110011 |
Color Harmonies of #C042A9
Complementary color
Monochromatic Colors of #C042A9
Black with #C042A9
Text Example
Text Example
White with #C042A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042A9; }
p { color: rgb(192,66,169); }
H1.HeaderClassName
{
color: #C042A9;
}
.AnyTagClassName
{
color: #C042A9;
}
</style>
background-color css
<style>
a { background-color: #C042A9; }
a { background-color: rgb(192,66,169); }
div.DivClassName
{
background-color: #C042A9;
}
.BgClassName
{
background-color: #C042A9;
}
</style>
border-color css
<style>
span { border-color: #C042A9; }
span { border-color: rgb(192,66,169); }
td.TdClassName
{
border-color: #C042A9;
}
.TagClassName
{
border-color: #C042A9;
}
</style>