Shades of Fuchsia #C052B2
Tints of Fuchsia #C052B2
RGB
CMYK
RGB Variations
Color information
#C052B2 (or 0xC052B2) is known color: Fuchsia. HEX triplet: C0, 52 and B2. RGB value is (192,82,178). Sum of RGB (Red+Green+Blue) = 192+82+178=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C052B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C052B2 is #3FAD4D. Grayscale: #7D7D7D. Windows color (decimal): -4173134 or 11686592. OLE color: 11686592.
HSL color Cylindrical-coordinate representation of color #C052B2: hue angle of 307.64º 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 #C052B2 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 178 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.25 |
| HSL | 307.64º | 0.47% | 0.54% | - |
| HSV(B) | 307.64º | 0.57% | 0.75% | - |
| XYZ | 32.79 | 20.46 | 44.34 | - |
| YUV | 125.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 178 | 0 | 0.57 | 0.07 | 0.25 | 307.64 | 0.47 | 0.54 |
| Hex | C0 | 52 | B2 | 0 | 39 | 7 | 19 | 134 | 2F | 36 |
| Octal | 300 | 122 | 262 | 0 | 71 | 7 | 31 | 464 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10110010 | 0 | 111001 | 111 | 11001 | 100110100 | 101111 | 110110 |
Color Harmonies of #C052B2
Complementary color
Monochromatic Colors of #C052B2
Black with #C052B2
Text Example
Text Example
White with #C052B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052B2; }
p { color: rgb(192,82,178); }
H1.HeaderClassName
{
color: #C052B2;
}
.AnyTagClassName
{
color: #C052B2;
}
</style>
background-color css
<style>
a { background-color: #C052B2; }
a { background-color: rgb(192,82,178); }
div.DivClassName
{
background-color: #C052B2;
}
.BgClassName
{
background-color: #C052B2;
}
</style>
border-color css
<style>
span { border-color: #C052B2; }
span { border-color: rgb(192,82,178); }
td.TdClassName
{
border-color: #C052B2;
}
.TagClassName
{
border-color: #C052B2;
}
</style>