Shades of Fuchsia #C052B6
Tints of Fuchsia #C052B6
RGB
CMYK
RGB Variations
Color information
#C052B6 (or 0xC052B6) is known color: Fuchsia. HEX triplet: C0, 52 and B6. RGB value is (192,82,182). Sum of RGB (Red+Green+Blue) = 192+82+182=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C052B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052B6 is #3FAD49. Grayscale: #7D7D7D. Windows color (decimal): -4173130 or 11948736. OLE color: 11948736.
HSL color Cylindrical-coordinate representation of color #C052B6: hue angle of 305.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 #C052B6 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 182 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.25 |
| HSL | 305.45º | 0.47% | 0.54% | - |
| HSV(B) | 305.45º | 0.57% | 0.75% | - |
| XYZ | 33.2 | 20.62 | 46.49 | - |
| YUV | 126.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 182 | 0 | 0.57 | 0.05 | 0.25 | 305.45 | 0.47 | 0.54 |
| Hex | C0 | 52 | B6 | 0 | 39 | 5 | 19 | 131 | 2F | 36 |
| Octal | 300 | 122 | 266 | 0 | 71 | 5 | 31 | 461 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10110110 | 0 | 111001 | 101 | 11001 | 100110001 | 101111 | 110110 |
Color Harmonies of #C052B6
Complementary color
Monochromatic Colors of #C052B6
Black with #C052B6
Text Example
Text Example
White with #C052B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052B6; }
p { color: rgb(192,82,182); }
H1.HeaderClassName
{
color: #C052B6;
}
.AnyTagClassName
{
color: #C052B6;
}
</style>
background-color css
<style>
a { background-color: #C052B6; }
a { background-color: rgb(192,82,182); }
div.DivClassName
{
background-color: #C052B6;
}
.BgClassName
{
background-color: #C052B6;
}
</style>
border-color css
<style>
span { border-color: #C052B6; }
span { border-color: rgb(192,82,182); }
td.TdClassName
{
border-color: #C052B6;
}
.TagClassName
{
border-color: #C052B6;
}
</style>