Shades of Fuchsia #C041AD
Tints of Fuchsia #C041AD
RGB
CMYK
RGB Variations
Color information
#C041AD (or 0xC041AD) is known color: Fuchsia. HEX triplet: C0, 41 and AD. RGB value is (192,65,173). Sum of RGB (Red+Green+Blue) = 192+65+173=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C041AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041AD is #3FBE52. Grayscale: #727272. Windows color (decimal): -4177491 or 11354560. OLE color: 11354560.
HSL color Cylindrical-coordinate representation of color #C041AD: hue angle of 308.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041AD is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 173 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.25 |
| HSL | 308.98º | 0.5% | 0.5% | - |
| HSV(B) | 308.98º | 0.66% | 0.75% | - |
| XYZ | 31.17 | 18 | 41.37 | - |
| YUV | 115.29 | 160.58 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 173 | 0 | 0.66 | 0.10 | 0.25 | 308.98 | 0.5 | 0.5 |
| Hex | C0 | 41 | AD | 0 | 42 | A | 19 | 135 | 32 | 32 |
| Octal | 300 | 101 | 255 | 0 | 102 | 12 | 31 | 465 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10101101 | 0 | 1000010 | 1010 | 11001 | 100110101 | 110010 | 110010 |
Color Harmonies of #C041AD
Complementary color
Monochromatic Colors of #C041AD
Black with #C041AD
Text Example
Text Example
White with #C041AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041AD; }
p { color: rgb(192,65,173); }
H1.HeaderClassName
{
color: #C041AD;
}
.AnyTagClassName
{
color: #C041AD;
}
</style>
background-color css
<style>
a { background-color: #C041AD; }
a { background-color: rgb(192,65,173); }
div.DivClassName
{
background-color: #C041AD;
}
.BgClassName
{
background-color: #C041AD;
}
</style>
border-color css
<style>
span { border-color: #C041AD; }
span { border-color: rgb(192,65,173); }
td.TdClassName
{
border-color: #C041AD;
}
.TagClassName
{
border-color: #C041AD;
}
</style>