Shades of Fuchsia #C52FBC
Tints of Fuchsia #C52FBC
RGB
CMYK
RGB Variations
Color information
#C52FBC (or 0xC52FBC) is known color: Fuchsia. HEX triplet: C5, 2F and BC. RGB value is (197,47,188). Sum of RGB (Red+Green+Blue) = 197+47+188=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FBC is #3AD043. Grayscale: #6B6B6B. Windows color (decimal): -3854404 or 12332997. OLE color: 12332997.
HSL color Cylindrical-coordinate representation of color #C52FBC: hue angle of 303.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FBC is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 188 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.23 |
| HSL | 303.6º | 0.61% | 0.48% | - |
| HSV(B) | 303.6º | 0.76% | 0.77% | - |
| XYZ | 33.12 | 17.53 | 49.22 | - |
| YUV | 107.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 188 | 0 | 0.76 | 0.05 | 0.23 | 303.6 | 0.61 | 0.48 |
| Hex | C5 | 2F | BC | 0 | 4C | 5 | 17 | 130 | 3D | 30 |
| Octal | 305 | 57 | 274 | 0 | 114 | 5 | 27 | 460 | 75 | 60 |
| Binary | 11000101 | 101111 | 10111100 | 0 | 1001100 | 101 | 10111 | 100110000 | 111101 | 110000 |
Color Harmonies of #C52FBC
Complementary color
Monochromatic Colors of #C52FBC
Black with #C52FBC
Text Example
Text Example
White with #C52FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FBC; }
p { color: rgb(197,47,188); }
H1.HeaderClassName
{
color: #C52FBC;
}
.AnyTagClassName
{
color: #C52FBC;
}
</style>
background-color css
<style>
a { background-color: #C52FBC; }
a { background-color: rgb(197,47,188); }
div.DivClassName
{
background-color: #C52FBC;
}
.BgClassName
{
background-color: #C52FBC;
}
</style>
border-color css
<style>
span { border-color: #C52FBC; }
span { border-color: rgb(197,47,188); }
td.TdClassName
{
border-color: #C52FBC;
}
.TagClassName
{
border-color: #C52FBC;
}
</style>