Shades of Fuchsia #C042AF
Tints of Fuchsia #C042AF
RGB
CMYK
RGB Variations
Color information
#C042AF (or 0xC042AF) is known color: Fuchsia. HEX triplet: C0, 42 and AF. RGB value is (192,66,175). Sum of RGB (Red+Green+Blue) = 192+66+175=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C042AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042AF is #3FBD50. Grayscale: #737373. Windows color (decimal): -4177233 or 11485888. OLE color: 11485888.
HSL color Cylindrical-coordinate representation of color #C042AF: hue angle of 308.1º 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 #C042AF is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 175 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.25 |
| HSL | 308.1º | 0.5% | 0.51% | - |
| HSV(B) | 308.1º | 0.66% | 0.75% | - |
| XYZ | 31.42 | 18.2 | 42.41 | - |
| YUV | 116.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 175 | 0 | 0.66 | 0.09 | 0.25 | 308.1 | 0.5 | 0.51 |
| Hex | C0 | 42 | AF | 0 | 42 | 9 | 19 | 134 | 32 | 33 |
| Octal | 300 | 102 | 257 | 0 | 102 | 11 | 31 | 464 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10101111 | 0 | 1000010 | 1001 | 11001 | 100110100 | 110010 | 110011 |
Color Harmonies of #C042AF
Complementary color
Monochromatic Colors of #C042AF
Black with #C042AF
Text Example
Text Example
White with #C042AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042AF; }
p { color: rgb(192,66,175); }
H1.HeaderClassName
{
color: #C042AF;
}
.AnyTagClassName
{
color: #C042AF;
}
</style>
background-color css
<style>
a { background-color: #C042AF; }
a { background-color: rgb(192,66,175); }
div.DivClassName
{
background-color: #C042AF;
}
.BgClassName
{
background-color: #C042AF;
}
</style>
border-color css
<style>
span { border-color: #C042AF; }
span { border-color: rgb(192,66,175); }
td.TdClassName
{
border-color: #C042AF;
}
.TagClassName
{
border-color: #C042AF;
}
</style>