Shades of Fuchsia #C051AD
Tints of Fuchsia #C051AD
RGB
CMYK
RGB Variations
Color information
#C051AD (or 0xC051AD) is known color: Fuchsia. HEX triplet: C0, 51 and AD. RGB value is (192,81,173). Sum of RGB (Red+Green+Blue) = 192+81+173=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C051AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051AD is #3FAE52. Grayscale: #7C7C7C. Windows color (decimal): -4173395 or 11358656. OLE color: 11358656.
HSL color Cylindrical-coordinate representation of color #C051AD: hue angle of 310.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C051AD is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 173 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.25 |
| HSL | 310.27º | 0.47% | 0.54% | - |
| HSV(B) | 310.27º | 0.58% | 0.75% | - |
| XYZ | 32.22 | 20.11 | 41.72 | - |
| YUV | 124.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 173 | 0 | 0.58 | 0.10 | 0.25 | 310.27 | 0.47 | 0.54 |
| Hex | C0 | 51 | AD | 0 | 3A | A | 19 | 136 | 2F | 36 |
| Octal | 300 | 121 | 255 | 0 | 72 | 12 | 31 | 466 | 57 | 66 |
| Binary | 11000000 | 1010001 | 10101101 | 0 | 111010 | 1010 | 11001 | 100110110 | 101111 | 110110 |
Color Harmonies of #C051AD
Complementary color
Monochromatic Colors of #C051AD
Black with #C051AD
Text Example
Text Example
White with #C051AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C051AD; }
p { color: rgb(192,81,173); }
H1.HeaderClassName
{
color: #C051AD;
}
.AnyTagClassName
{
color: #C051AD;
}
</style>
background-color css
<style>
a { background-color: #C051AD; }
a { background-color: rgb(192,81,173); }
div.DivClassName
{
background-color: #C051AD;
}
.BgClassName
{
background-color: #C051AD;
}
</style>
border-color css
<style>
span { border-color: #C051AD; }
span { border-color: rgb(192,81,173); }
td.TdClassName
{
border-color: #C051AD;
}
.TagClassName
{
border-color: #C051AD;
}
</style>