Shades of Fuchsia #C052AB
Tints of Fuchsia #C052AB
RGB
CMYK
RGB Variations
Color information
#C052AB (or 0xC052AB) is known color: Fuchsia. HEX triplet: C0, 52 and AB. RGB value is (192,82,171). Sum of RGB (Red+Green+Blue) = 192+82+171=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C052AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052AB is #3FAD54. Grayscale: #7C7C7C. Windows color (decimal): -4173141 or 11227840. OLE color: 11227840.
HSL color Cylindrical-coordinate representation of color #C052AB: hue angle of 311.45º degrees, saturation: 0.47, 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 #C052AB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 171 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.25 |
| HSL | 311.45º | 0.47% | 0.54% | - |
| HSV(B) | 311.45º | 0.57% | 0.75% | - |
| XYZ | 32.11 | 20.18 | 40.73 | - |
| YUV | 125.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 171 | 0 | 0.57 | 0.11 | 0.25 | 311.45 | 0.47 | 0.54 |
| Hex | C0 | 52 | AB | 0 | 39 | B | 19 | 137 | 2F | 36 |
| Octal | 300 | 122 | 253 | 0 | 71 | 13 | 31 | 467 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10101011 | 0 | 111001 | 1011 | 11001 | 100110111 | 101111 | 110110 |
Color Harmonies of #C052AB
Complementary color
Monochromatic Colors of #C052AB
Black with #C052AB
Text Example
Text Example
White with #C052AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052AB; }
p { color: rgb(192,82,171); }
H1.HeaderClassName
{
color: #C052AB;
}
.AnyTagClassName
{
color: #C052AB;
}
</style>
background-color css
<style>
a { background-color: #C052AB; }
a { background-color: rgb(192,82,171); }
div.DivClassName
{
background-color: #C052AB;
}
.BgClassName
{
background-color: #C052AB;
}
</style>
border-color css
<style>
span { border-color: #C052AB; }
span { border-color: rgb(192,82,171); }
td.TdClassName
{
border-color: #C052AB;
}
.TagClassName
{
border-color: #C052AB;
}
</style>