Shades of Fuchsia #C52CBF
Tints of Fuchsia #C52CBF
RGB
CMYK
RGB Variations
Color information
#C52CBF (or 0xC52CBF) is known color: Fuchsia. HEX triplet: C5, 2C and BF. RGB value is (197,44,191). Sum of RGB (Red+Green+Blue) = 197+44+191=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CBF is #3AD340. Grayscale: #6A6A6A. Windows color (decimal): -3855169 or 12528837. OLE color: 12528837.
HSL color Cylindrical-coordinate representation of color #C52CBF: hue angle of 302.35º degrees, saturation: 0.63, 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 #C52CBF is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 191 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.23 |
| HSL | 302.35º | 0.63% | 0.47% | - |
| HSV(B) | 302.35º | 0.78% | 0.77% | - |
| XYZ | 33.33 | 17.43 | 50.9 | - |
| YUV | 106.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 191 | 0 | 0.78 | 0.03 | 0.23 | 302.35 | 0.63 | 0.47 |
| Hex | C5 | 2C | BF | 0 | 4E | 3 | 17 | 12E | 3F | 2F |
| Octal | 305 | 54 | 277 | 0 | 116 | 3 | 27 | 456 | 77 | 57 |
| Binary | 11000101 | 101100 | 10111111 | 0 | 1001110 | 11 | 10111 | 100101110 | 111111 | 101111 |
Color Harmonies of #C52CBF
Complementary color
Monochromatic Colors of #C52CBF
Black with #C52CBF
Text Example
Text Example
White with #C52CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CBF; }
p { color: rgb(197,44,191); }
H1.HeaderClassName
{
color: #C52CBF;
}
.AnyTagClassName
{
color: #C52CBF;
}
</style>
background-color css
<style>
a { background-color: #C52CBF; }
a { background-color: rgb(197,44,191); }
div.DivClassName
{
background-color: #C52CBF;
}
.BgClassName
{
background-color: #C52CBF;
}
</style>
border-color css
<style>
span { border-color: #C52CBF; }
span { border-color: rgb(197,44,191); }
td.TdClassName
{
border-color: #C52CBF;
}
.TagClassName
{
border-color: #C52CBF;
}
</style>