Shades of Fuchsia #C04AAD
Tints of Fuchsia #C04AAD
RGB
CMYK
RGB Variations
Color information
#C04AAD (or 0xC04AAD) is known color: Fuchsia. HEX triplet: C0, 4A and AD. RGB value is (192,74,173). Sum of RGB (Red+Green+Blue) = 192+74+173=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AAD is #3FB552. Grayscale: #787878. Windows color (decimal): -4175187 or 11356864. OLE color: 11356864.
HSL color Cylindrical-coordinate representation of color #C04AAD: hue angle of 309.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AAD is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 173 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.25 |
| HSL | 309.66º | 0.48% | 0.52% | - |
| HSV(B) | 309.66º | 0.61% | 0.75% | - |
| XYZ | 31.73 | 19.12 | 41.55 | - |
| YUV | 120.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 173 | 0 | 0.61 | 0.10 | 0.25 | 309.66 | 0.48 | 0.52 |
| Hex | C0 | 4A | AD | 0 | 3D | A | 19 | 136 | 30 | 34 |
| Octal | 300 | 112 | 255 | 0 | 75 | 12 | 31 | 466 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10101101 | 0 | 111101 | 1010 | 11001 | 100110110 | 110000 | 110100 |
Color Harmonies of #C04AAD
Complementary color
Monochromatic Colors of #C04AAD
Black with #C04AAD
Text Example
Text Example
White with #C04AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AAD; }
p { color: rgb(192,74,173); }
H1.HeaderClassName
{
color: #C04AAD;
}
.AnyTagClassName
{
color: #C04AAD;
}
</style>
background-color css
<style>
a { background-color: #C04AAD; }
a { background-color: rgb(192,74,173); }
div.DivClassName
{
background-color: #C04AAD;
}
.BgClassName
{
background-color: #C04AAD;
}
</style>
border-color css
<style>
span { border-color: #C04AAD; }
span { border-color: rgb(192,74,173); }
td.TdClassName
{
border-color: #C04AAD;
}
.TagClassName
{
border-color: #C04AAD;
}
</style>