Shades of Fuchsia #C044AD
Tints of Fuchsia #C044AD
RGB
CMYK
RGB Variations
Color information
#C044AD (or 0xC044AD) is known color: Fuchsia. HEX triplet: C0, 44 and AD. RGB value is (192,68,173). Sum of RGB (Red+Green+Blue) = 192+68+173=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C044AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044AD is #3FBB52. Grayscale: #747474. Windows color (decimal): -4176723 or 11355328. OLE color: 11355328.
HSL color Cylindrical-coordinate representation of color #C044AD: hue angle of 309.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044AD is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 173 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.25 |
| HSL | 309.19º | 0.5% | 0.51% | - |
| HSV(B) | 309.19º | 0.65% | 0.75% | - |
| XYZ | 31.35 | 18.36 | 41.43 | - |
| YUV | 117.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 173 | 0 | 0.65 | 0.10 | 0.25 | 309.19 | 0.5 | 0.51 |
| Hex | C0 | 44 | AD | 0 | 41 | A | 19 | 135 | 32 | 33 |
| Octal | 300 | 104 | 255 | 0 | 101 | 12 | 31 | 465 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10101101 | 0 | 1000001 | 1010 | 11001 | 100110101 | 110010 | 110011 |
Color Harmonies of #C044AD
Complementary color
Monochromatic Colors of #C044AD
Black with #C044AD
Text Example
Text Example
White with #C044AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044AD; }
p { color: rgb(192,68,173); }
H1.HeaderClassName
{
color: #C044AD;
}
.AnyTagClassName
{
color: #C044AD;
}
</style>
background-color css
<style>
a { background-color: #C044AD; }
a { background-color: rgb(192,68,173); }
div.DivClassName
{
background-color: #C044AD;
}
.BgClassName
{
background-color: #C044AD;
}
</style>
border-color css
<style>
span { border-color: #C044AD; }
span { border-color: rgb(192,68,173); }
td.TdClassName
{
border-color: #C044AD;
}
.TagClassName
{
border-color: #C044AD;
}
</style>