Shades of Fuchsia #C042AD
Tints of Fuchsia #C042AD
RGB
CMYK
RGB Variations
Color information
#C042AD (or 0xC042AD) is known color: Fuchsia. HEX triplet: C0, 42 and AD. RGB value is (192,66,173). Sum of RGB (Red+Green+Blue) = 192+66+173=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C042AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042AD is #3FBD52. Grayscale: #737373. Windows color (decimal): -4177235 or 11354816. OLE color: 11354816.
HSL color Cylindrical-coordinate representation of color #C042AD: hue angle of 309.05º 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 #C042AD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 173 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.25 |
| HSL | 309.05º | 0.5% | 0.51% | - |
| HSV(B) | 309.05º | 0.66% | 0.75% | - |
| XYZ | 31.23 | 18.12 | 41.39 | - |
| YUV | 115.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 173 | 0 | 0.66 | 0.10 | 0.25 | 309.05 | 0.5 | 0.51 |
| Hex | C0 | 42 | AD | 0 | 42 | A | 19 | 135 | 32 | 33 |
| Octal | 300 | 102 | 255 | 0 | 102 | 12 | 31 | 465 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10101101 | 0 | 1000010 | 1010 | 11001 | 100110101 | 110010 | 110011 |
Color Harmonies of #C042AD
Complementary color
Monochromatic Colors of #C042AD
Black with #C042AD
Text Example
Text Example
White with #C042AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042AD; }
p { color: rgb(192,66,173); }
H1.HeaderClassName
{
color: #C042AD;
}
.AnyTagClassName
{
color: #C042AD;
}
</style>
background-color css
<style>
a { background-color: #C042AD; }
a { background-color: rgb(192,66,173); }
div.DivClassName
{
background-color: #C042AD;
}
.BgClassName
{
background-color: #C042AD;
}
</style>
border-color css
<style>
span { border-color: #C042AD; }
span { border-color: rgb(192,66,173); }
td.TdClassName
{
border-color: #C042AD;
}
.TagClassName
{
border-color: #C042AD;
}
</style>