Shades of Fuchsia #C040AF
Tints of Fuchsia #C040AF
RGB
CMYK
RGB Variations
Color information
#C040AF (or 0xC040AF) is known color: Fuchsia. HEX triplet: C0, 40 and AF. RGB value is (192,64,175). Sum of RGB (Red+Green+Blue) = 192+64+175=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C040AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C040AF is #3FBF50. Grayscale: #727272. Windows color (decimal): -4177745 or 11485376. OLE color: 11485376.
HSL color Cylindrical-coordinate representation of color #C040AF: hue angle of 307.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C040AF is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 175 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.25 |
| HSL | 307.97º | 0.5% | 0.5% | - |
| HSV(B) | 307.97º | 0.67% | 0.75% | - |
| XYZ | 31.31 | 17.97 | 42.38 | - |
| YUV | 114.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 175 | 0 | 0.67 | 0.09 | 0.25 | 307.97 | 0.5 | 0.5 |
| Hex | C0 | 40 | AF | 0 | 43 | 9 | 19 | 134 | 32 | 32 |
| Octal | 300 | 100 | 257 | 0 | 103 | 11 | 31 | 464 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10101111 | 0 | 1000011 | 1001 | 11001 | 100110100 | 110010 | 110010 |
Color Harmonies of #C040AF
Complementary color
Monochromatic Colors of #C040AF
Black with #C040AF
Text Example
Text Example
White with #C040AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040AF; }
p { color: rgb(192,64,175); }
H1.HeaderClassName
{
color: #C040AF;
}
.AnyTagClassName
{
color: #C040AF;
}
</style>
background-color css
<style>
a { background-color: #C040AF; }
a { background-color: rgb(192,64,175); }
div.DivClassName
{
background-color: #C040AF;
}
.BgClassName
{
background-color: #C040AF;
}
</style>
border-color css
<style>
span { border-color: #C040AF; }
span { border-color: rgb(192,64,175); }
td.TdClassName
{
border-color: #C040AF;
}
.TagClassName
{
border-color: #C040AF;
}
</style>