Shades of Fuchsia #C052A8
Tints of Fuchsia #C052A8
RGB
CMYK
RGB Variations
Color information
#C052A8 (or 0xC052A8) is known color: Fuchsia. HEX triplet: C0, 52 and A8. RGB value is (192,82,168). Sum of RGB (Red+Green+Blue) = 192+82+168=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C052A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052A8 is #3FAD57. Grayscale: #7C7C7C. Windows color (decimal): -4173144 or 11031232. OLE color: 11031232.
HSL color Cylindrical-coordinate representation of color #C052A8: hue angle of 313.09º 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 #C052A8 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 168 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.25 |
| HSL | 313.09º | 0.47% | 0.54% | - |
| HSV(B) | 313.09º | 0.57% | 0.75% | - |
| XYZ | 31.82 | 20.07 | 39.24 | - |
| YUV | 124.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 168 | 0 | 0.57 | 0.12 | 0.25 | 313.09 | 0.47 | 0.54 |
| Hex | C0 | 52 | A8 | 0 | 39 | C | 19 | 139 | 2F | 36 |
| Octal | 300 | 122 | 250 | 0 | 71 | 14 | 31 | 471 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10101000 | 0 | 111001 | 1100 | 11001 | 100111001 | 101111 | 110110 |
Color Harmonies of #C052A8
Complementary color
Monochromatic Colors of #C052A8
Black with #C052A8
Text Example
Text Example
White with #C052A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052A8; }
p { color: rgb(192,82,168); }
H1.HeaderClassName
{
color: #C052A8;
}
.AnyTagClassName
{
color: #C052A8;
}
</style>
background-color css
<style>
a { background-color: #C052A8; }
a { background-color: rgb(192,82,168); }
div.DivClassName
{
background-color: #C052A8;
}
.BgClassName
{
background-color: #C052A8;
}
</style>
border-color css
<style>
span { border-color: #C052A8; }
span { border-color: rgb(192,82,168); }
td.TdClassName
{
border-color: #C052A8;
}
.TagClassName
{
border-color: #C052A8;
}
</style>