Shades of Fuchsia #C053AE
Tints of Fuchsia #C053AE
RGB
CMYK
RGB Variations
Color information
#C053AE (or 0xC053AE) is known color: Fuchsia. HEX triplet: C0, 53 and AE. RGB value is (192,83,174). Sum of RGB (Red+Green+Blue) = 192+83+174=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C053AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053AE is #3FAC51. Grayscale: #7D7D7D. Windows color (decimal): -4172882 or 11424704. OLE color: 11424704.
HSL color Cylindrical-coordinate representation of color #C053AE: hue angle of 309.91º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053AE is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 174 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.25 |
| HSL | 309.91º | 0.46% | 0.54% | - |
| HSV(B) | 309.91º | 0.57% | 0.75% | - |
| XYZ | 32.47 | 20.45 | 42.28 | - |
| YUV | 125.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 174 | 0 | 0.57 | 0.09 | 0.25 | 309.91 | 0.46 | 0.54 |
| Hex | C0 | 53 | AE | 0 | 39 | 9 | 19 | 136 | 2E | 36 |
| Octal | 300 | 123 | 256 | 0 | 71 | 11 | 31 | 466 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10101110 | 0 | 111001 | 1001 | 11001 | 100110110 | 101110 | 110110 |
Color Harmonies of #C053AE
Complementary color
Monochromatic Colors of #C053AE
Black with #C053AE
Text Example
Text Example
White with #C053AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053AE; }
p { color: rgb(192,83,174); }
H1.HeaderClassName
{
color: #C053AE;
}
.AnyTagClassName
{
color: #C053AE;
}
</style>
background-color css
<style>
a { background-color: #C053AE; }
a { background-color: rgb(192,83,174); }
div.DivClassName
{
background-color: #C053AE;
}
.BgClassName
{
background-color: #C053AE;
}
</style>
border-color css
<style>
span { border-color: #C053AE; }
span { border-color: rgb(192,83,174); }
td.TdClassName
{
border-color: #C053AE;
}
.TagClassName
{
border-color: #C053AE;
}
</style>