Shades of Fuchsia #C052C8
Tints of Fuchsia #C052C8
RGB
CMYK
RGB Variations
Color information
#C052C8 (or 0xC052C8) is known color: Fuchsia. HEX triplet: C0, 52 and C8. RGB value is (192,82,200). Sum of RGB (Red+Green+Blue) = 192+82+200=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #C052C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052C8 is #3FAD37. Grayscale: #7F7F7F. Windows color (decimal): -4173112 or 13128384. OLE color: 13128384.
HSL color Cylindrical-coordinate representation of color #C052C8: hue angle of 295.93º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C052C8 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 82 | 200 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.22 |
| HSL | 295.93º | 0.52% | 0.55% | - |
| HSV(B) | 295.93º | 0.59% | 0.78% | - |
| XYZ | 35.18 | 21.41 | 56.92 | - |
| YUV | 128.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 200 | 0.04 | 0.59 | 0 | 0.22 | 295.93 | 0.52 | 0.55 |
| Hex | C0 | 52 | C8 | 4 | 3B | 0 | 16 | 128 | 34 | 37 |
| Octal | 300 | 122 | 310 | 4 | 73 | 0 | 26 | 450 | 64 | 67 |
| Binary | 11000000 | 1010010 | 11001000 | 100 | 111011 | 0 | 10110 | 100101000 | 110100 | 110111 |
Color Harmonies of #C052C8
Complementary color
Monochromatic Colors of #C052C8
Black with #C052C8
Text Example
Text Example
White with #C052C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052C8; }
p { color: rgb(192,82,200); }
H1.HeaderClassName
{
color: #C052C8;
}
.AnyTagClassName
{
color: #C052C8;
}
</style>
background-color css
<style>
a { background-color: #C052C8; }
a { background-color: rgb(192,82,200); }
div.DivClassName
{
background-color: #C052C8;
}
.BgClassName
{
background-color: #C052C8;
}
</style>
border-color css
<style>
span { border-color: #C052C8; }
span { border-color: rgb(192,82,200); }
td.TdClassName
{
border-color: #C052C8;
}
.TagClassName
{
border-color: #C052C8;
}
</style>