Shades of Fuchsia #C052B8
Tints of Fuchsia #C052B8
RGB
CMYK
RGB Variations
Color information
#C052B8 (or 0xC052B8) is known color: Fuchsia. HEX triplet: C0, 52 and B8. RGB value is (192,82,184). Sum of RGB (Red+Green+Blue) = 192+82+184=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C052B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052B8 is #3FAD47. Grayscale: #7E7E7E. Windows color (decimal): -4173128 or 12079808. OLE color: 12079808.
HSL color Cylindrical-coordinate representation of color #C052B8: hue angle of 304.36º 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 #C052B8 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 184 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.25 |
| HSL | 304.36º | 0.47% | 0.54% | - |
| HSV(B) | 304.36º | 0.57% | 0.75% | - |
| XYZ | 33.41 | 20.7 | 47.58 | - |
| YUV | 126.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 184 | 0 | 0.57 | 0.04 | 0.25 | 304.36 | 0.47 | 0.54 |
| Hex | C0 | 52 | B8 | 0 | 39 | 4 | 19 | 130 | 2F | 36 |
| Octal | 300 | 122 | 270 | 0 | 71 | 4 | 31 | 460 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10111000 | 0 | 111001 | 100 | 11001 | 100110000 | 101111 | 110110 |
Color Harmonies of #C052B8
Complementary color
Monochromatic Colors of #C052B8
Black with #C052B8
Text Example
Text Example
White with #C052B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052B8; }
p { color: rgb(192,82,184); }
H1.HeaderClassName
{
color: #C052B8;
}
.AnyTagClassName
{
color: #C052B8;
}
</style>
background-color css
<style>
a { background-color: #C052B8; }
a { background-color: rgb(192,82,184); }
div.DivClassName
{
background-color: #C052B8;
}
.BgClassName
{
background-color: #C052B8;
}
</style>
border-color css
<style>
span { border-color: #C052B8; }
span { border-color: rgb(192,82,184); }
td.TdClassName
{
border-color: #C052B8;
}
.TagClassName
{
border-color: #C052B8;
}
</style>