Shades of Fuchsia #C52DBC
Tints of Fuchsia #C52DBC
RGB
CMYK
RGB Variations
Color information
#C52DBC (or 0xC52DBC) is known color: Fuchsia. HEX triplet: C5, 2D and BC. RGB value is (197,45,188). Sum of RGB (Red+Green+Blue) = 197+45+188=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52DBC is #3AD243. Grayscale: #6A6A6A. Windows color (decimal): -3854916 or 12332485. OLE color: 12332485.
HSL color Cylindrical-coordinate representation of color #C52DBC: hue angle of 303.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52DBC is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 188 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.23 |
| HSL | 303.55º | 0.63% | 0.47% | - |
| HSV(B) | 303.55º | 0.77% | 0.77% | - |
| XYZ | 33.04 | 17.38 | 49.19 | - |
| YUV | 106.75 | 173.86 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 188 | 0 | 0.77 | 0.05 | 0.23 | 303.55 | 0.63 | 0.47 |
| Hex | C5 | 2D | BC | 0 | 4D | 5 | 17 | 130 | 3F | 2F |
| Octal | 305 | 55 | 274 | 0 | 115 | 5 | 27 | 460 | 77 | 57 |
| Binary | 11000101 | 101101 | 10111100 | 0 | 1001101 | 101 | 10111 | 100110000 | 111111 | 101111 |
Color Harmonies of #C52DBC
Complementary color
Monochromatic Colors of #C52DBC
Black with #C52DBC
Text Example
Text Example
White with #C52DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DBC; }
p { color: rgb(197,45,188); }
H1.HeaderClassName
{
color: #C52DBC;
}
.AnyTagClassName
{
color: #C52DBC;
}
</style>
background-color css
<style>
a { background-color: #C52DBC; }
a { background-color: rgb(197,45,188); }
div.DivClassName
{
background-color: #C52DBC;
}
.BgClassName
{
background-color: #C52DBC;
}
</style>
border-color css
<style>
span { border-color: #C52DBC; }
span { border-color: rgb(197,45,188); }
td.TdClassName
{
border-color: #C52DBC;
}
.TagClassName
{
border-color: #C52DBC;
}
</style>