Shades of Fuchsia #C052C0
Tints of Fuchsia #C052C0
RGB
CMYK
RGB Variations
Color information
#C052C0 (or 0xC052C0) is known color: Fuchsia. HEX triplet: C0, 52 and C0. RGB value is (192,82,192). Sum of RGB (Red+Green+Blue) = 192+82+192=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C052C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052C0 is #3FAD3F. Grayscale: #7F7F7F. Windows color (decimal): -4173120 or 12604096. OLE color: 12604096.
HSL color Cylindrical-coordinate representation of color #C052C0: hue angle of 300º 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 #C052C0 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 192 | - |
| CMYK | 0 | 0.57 | 0 | 0.25 |
| HSL | 300º | 0.47% | 0.54% | - |
| HSV(B) | 300º | 0.57% | 0.75% | - |
| XYZ | 34.27 | 21.05 | 52.13 | - |
| YUV | 127.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 192 | 0 | 0.57 | 0 | 0.25 | 300 | 0.47 | 0.54 |
| Hex | C0 | 52 | C0 | 0 | 39 | 0 | 19 | 12C | 2F | 36 |
| Octal | 300 | 122 | 300 | 0 | 71 | 0 | 31 | 454 | 57 | 66 |
| Binary | 11000000 | 1010010 | 11000000 | 0 | 111001 | 0 | 11001 | 100101100 | 101111 | 110110 |
Color Harmonies of #C052C0
Complementary color
Monochromatic Colors of #C052C0
Black with #C052C0
Text Example
Text Example
White with #C052C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052C0; }
p { color: rgb(192,82,192); }
H1.HeaderClassName
{
color: #C052C0;
}
.AnyTagClassName
{
color: #C052C0;
}
</style>
background-color css
<style>
a { background-color: #C052C0; }
a { background-color: rgb(192,82,192); }
div.DivClassName
{
background-color: #C052C0;
}
.BgClassName
{
background-color: #C052C0;
}
</style>
border-color css
<style>
span { border-color: #C052C0; }
span { border-color: rgb(192,82,192); }
td.TdClassName
{
border-color: #C052C0;
}
.TagClassName
{
border-color: #C052C0;
}
</style>