Shades of Fuchsia #C52BC5
Tints of Fuchsia #C52BC5
RGB
CMYK
RGB Variations
Color information
#C52BC5 (or 0xC52BC5) is known color: Fuchsia. HEX triplet: C5, 2B and C5. RGB value is (197,43,197). Sum of RGB (Red+Green+Blue) = 197+43+197=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C52BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BC5 is #3AD43A. Grayscale: #6A6A6A. Windows color (decimal): -3855419 or 12921797. OLE color: 12921797.
HSL color Cylindrical-coordinate representation of color #C52BC5: hue angle of 300º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BC5 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 197 | - |
| CMYK | 0 | 0.78 | 0 | 0.23 |
| HSL | 300º | 0.64% | 0.47% | - |
| HSV(B) | 300º | 0.78% | 0.77% | - |
| XYZ | 33.97 | 17.63 | 54.44 | - |
| YUV | 106.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 197 | 0 | 0.78 | 0 | 0.23 | 300 | 0.64 | 0.47 |
| Hex | C5 | 2B | C5 | 0 | 4E | 0 | 17 | 12C | 40 | 2F |
| Octal | 305 | 53 | 305 | 0 | 116 | 0 | 27 | 454 | 100 | 57 |
| Binary | 11000101 | 101011 | 11000101 | 0 | 1001110 | 0 | 10111 | 100101100 | 1000000 | 101111 |
Color Harmonies of #C52BC5
Complementary color
Monochromatic Colors of #C52BC5
Black with #C52BC5
Text Example
Text Example
White with #C52BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BC5; }
p { color: rgb(197,43,197); }
H1.HeaderClassName
{
color: #C52BC5;
}
.AnyTagClassName
{
color: #C52BC5;
}
</style>
background-color css
<style>
a { background-color: #C52BC5; }
a { background-color: rgb(197,43,197); }
div.DivClassName
{
background-color: #C52BC5;
}
.BgClassName
{
background-color: #C52BC5;
}
</style>
border-color css
<style>
span { border-color: #C52BC5; }
span { border-color: rgb(197,43,197); }
td.TdClassName
{
border-color: #C52BC5;
}
.TagClassName
{
border-color: #C52BC5;
}
</style>