Shades of Fuchsia #C52BCB
Tints of Fuchsia #C52BCB
RGB
CMYK
RGB Variations
Color information
#C52BCB (or 0xC52BCB) is known color: Fuchsia. HEX triplet: C5, 2B and CB. RGB value is (197,43,203). Sum of RGB (Red+Green+Blue) = 197+43+203=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #C52BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BCB is #3AD434. Grayscale: #6A6A6A. Windows color (decimal): -3855413 or 13315013. OLE color: 13315013.
HSL color Cylindrical-coordinate representation of color #C52BCB: hue angle of 297.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52BCB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 43 | 203 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.20 |
| HSL | 297.75º | 0.65% | 0.48% | - |
| HSV(B) | 297.75º | 0.79% | 0.8% | - |
| XYZ | 34.67 | 17.91 | 58.13 | - |
| YUV | 107.29 | 182.02 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 203 | 0.03 | 0.79 | 0 | 0.20 | 297.75 | 0.65 | 0.48 |
| Hex | C5 | 2B | CB | 3 | 4F | 0 | 14 | 12A | 41 | 30 |
| Octal | 305 | 53 | 313 | 3 | 117 | 0 | 24 | 452 | 101 | 60 |
| Binary | 11000101 | 101011 | 11001011 | 11 | 1001111 | 0 | 10100 | 100101010 | 1000001 | 110000 |
Color Harmonies of #C52BCB
Complementary color
Monochromatic Colors of #C52BCB
Black with #C52BCB
Text Example
Text Example
White with #C52BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BCB; }
p { color: rgb(197,43,203); }
H1.HeaderClassName
{
color: #C52BCB;
}
.AnyTagClassName
{
color: #C52BCB;
}
</style>
background-color css
<style>
a { background-color: #C52BCB; }
a { background-color: rgb(197,43,203); }
div.DivClassName
{
background-color: #C52BCB;
}
.BgClassName
{
background-color: #C52BCB;
}
</style>
border-color css
<style>
span { border-color: #C52BCB; }
span { border-color: rgb(197,43,203); }
td.TdClassName
{
border-color: #C52BCB;
}
.TagClassName
{
border-color: #C52BCB;
}
</style>