Shades of Fuchsia #C052B4
Tints of Fuchsia #C052B4
RGB
CMYK
RGB Variations
Color information
#C052B4 (or 0xC052B4) is known color: Fuchsia. HEX triplet: C0, 52 and B4. RGB value is (192,82,180). Sum of RGB (Red+Green+Blue) = 192+82+180=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C052B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052B4 is #3FAD4B. Grayscale: #7D7D7D. Windows color (decimal): -4173132 or 11817664. OLE color: 11817664.
HSL color Cylindrical-coordinate representation of color #C052B4: hue angle of 306.55º 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 #C052B4 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 180 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.25 |
| HSL | 306.55º | 0.47% | 0.54% | - |
| HSV(B) | 306.55º | 0.57% | 0.75% | - |
| XYZ | 32.99 | 20.54 | 45.4 | - |
| YUV | 126.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 180 | 0 | 0.57 | 0.06 | 0.25 | 306.55 | 0.47 | 0.54 |
| Hex | C0 | 52 | B4 | 0 | 39 | 6 | 19 | 133 | 2F | 36 |
| Octal | 300 | 122 | 264 | 0 | 71 | 6 | 31 | 463 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10110100 | 0 | 111001 | 110 | 11001 | 100110011 | 101111 | 110110 |
Color Harmonies of #C052B4
Complementary color
Monochromatic Colors of #C052B4
Black with #C052B4
Text Example
Text Example
White with #C052B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052B4; }
p { color: rgb(192,82,180); }
H1.HeaderClassName
{
color: #C052B4;
}
.AnyTagClassName
{
color: #C052B4;
}
</style>
background-color css
<style>
a { background-color: #C052B4; }
a { background-color: rgb(192,82,180); }
div.DivClassName
{
background-color: #C052B4;
}
.BgClassName
{
background-color: #C052B4;
}
</style>
border-color css
<style>
span { border-color: #C052B4; }
span { border-color: rgb(192,82,180); }
td.TdClassName
{
border-color: #C052B4;
}
.TagClassName
{
border-color: #C052B4;
}
</style>