Shades of Fuchsia #C052B0
Tints of Fuchsia #C052B0
RGB
CMYK
RGB Variations
Color information
#C052B0 (or 0xC052B0) is known color: Fuchsia. HEX triplet: C0, 52 and B0. RGB value is (192,82,176). Sum of RGB (Red+Green+Blue) = 192+82+176=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C052B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052B0 is #3FAD4F. Grayscale: #7D7D7D. Windows color (decimal): -4173136 or 11555520. OLE color: 11555520.
HSL color Cylindrical-coordinate representation of color #C052B0: hue angle of 308.73º 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 #C052B0 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 176 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.25 |
| HSL | 308.73º | 0.47% | 0.54% | - |
| HSV(B) | 308.73º | 0.57% | 0.75% | - |
| XYZ | 32.59 | 20.38 | 43.29 | - |
| YUV | 125.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 176 | 0 | 0.57 | 0.08 | 0.25 | 308.73 | 0.47 | 0.54 |
| Hex | C0 | 52 | B0 | 0 | 39 | 8 | 19 | 135 | 2F | 36 |
| Octal | 300 | 122 | 260 | 0 | 71 | 10 | 31 | 465 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10110000 | 0 | 111001 | 1000 | 11001 | 100110101 | 101111 | 110110 |
Color Harmonies of #C052B0
Complementary color
Monochromatic Colors of #C052B0
Black with #C052B0
Text Example
Text Example
White with #C052B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052B0; }
p { color: rgb(192,82,176); }
H1.HeaderClassName
{
color: #C052B0;
}
.AnyTagClassName
{
color: #C052B0;
}
</style>
background-color css
<style>
a { background-color: #C052B0; }
a { background-color: rgb(192,82,176); }
div.DivClassName
{
background-color: #C052B0;
}
.BgClassName
{
background-color: #C052B0;
}
</style>
border-color css
<style>
span { border-color: #C052B0; }
span { border-color: rgb(192,82,176); }
td.TdClassName
{
border-color: #C052B0;
}
.TagClassName
{
border-color: #C052B0;
}
</style>