Shades of Fuchsia #C04CAD
Tints of Fuchsia #C04CAD
RGB
CMYK
RGB Variations
Color information
#C04CAD (or 0xC04CAD) is known color: Fuchsia. HEX triplet: C0, 4C and AD. RGB value is (192,76,173). Sum of RGB (Red+Green+Blue) = 192+76+173=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAD is #3FB352. Grayscale: #797979. Windows color (decimal): -4174675 or 11357376. OLE color: 11357376.
HSL color Cylindrical-coordinate representation of color #C04CAD: hue angle of 309.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CAD is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 173 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.25 |
| HSL | 309.83º | 0.48% | 0.53% | - |
| HSV(B) | 309.83º | 0.6% | 0.75% | - |
| XYZ | 31.87 | 19.39 | 41.6 | - |
| YUV | 121.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 173 | 0 | 0.60 | 0.10 | 0.25 | 309.83 | 0.48 | 0.53 |
| Hex | C0 | 4C | AD | 0 | 3C | A | 19 | 136 | 30 | 35 |
| Octal | 300 | 114 | 255 | 0 | 74 | 12 | 31 | 466 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10101101 | 0 | 111100 | 1010 | 11001 | 100110110 | 110000 | 110101 |
Color Harmonies of #C04CAD
Complementary color
Monochromatic Colors of #C04CAD
Black with #C04CAD
Text Example
Text Example
White with #C04CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CAD; }
p { color: rgb(192,76,173); }
H1.HeaderClassName
{
color: #C04CAD;
}
.AnyTagClassName
{
color: #C04CAD;
}
</style>
background-color css
<style>
a { background-color: #C04CAD; }
a { background-color: rgb(192,76,173); }
div.DivClassName
{
background-color: #C04CAD;
}
.BgClassName
{
background-color: #C04CAD;
}
</style>
border-color css
<style>
span { border-color: #C04CAD; }
span { border-color: rgb(192,76,173); }
td.TdClassName
{
border-color: #C04CAD;
}
.TagClassName
{
border-color: #C04CAD;
}
</style>