Shades of Fuchsia #C52CBA
Tints of Fuchsia #C52CBA
RGB
CMYK
RGB Variations
Color information
#C52CBA (or 0xC52CBA) is known color: Fuchsia. HEX triplet: C5, 2C and BA. RGB value is (197,44,186). Sum of RGB (Red+Green+Blue) = 197+44+186=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52CBA is #3AD345. Grayscale: #696969. Windows color (decimal): -3855174 or 12201157. OLE color: 12201157.
HSL color Cylindrical-coordinate representation of color #C52CBA: hue angle of 304.31º 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 #C52CBA is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 44 | 186 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.23 |
| HSL | 304.31º | 0.63% | 0.47% | - |
| HSV(B) | 304.31º | 0.78% | 0.77% | - |
| XYZ | 32.79 | 17.22 | 48.05 | - |
| YUV | 105.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 44 | 186 | 0 | 0.78 | 0.06 | 0.23 | 304.31 | 0.63 | 0.47 |
| Hex | C5 | 2C | BA | 0 | 4E | 6 | 17 | 130 | 3F | 2F |
| Octal | 305 | 54 | 272 | 0 | 116 | 6 | 27 | 460 | 77 | 57 |
| Binary | 11000101 | 101100 | 10111010 | 0 | 1001110 | 110 | 10111 | 100110000 | 111111 | 101111 |
Color Harmonies of #C52CBA
Complementary color
Monochromatic Colors of #C52CBA
Black with #C52CBA
Text Example
Text Example
White with #C52CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52CBA; }
p { color: rgb(197,44,186); }
H1.HeaderClassName
{
color: #C52CBA;
}
.AnyTagClassName
{
color: #C52CBA;
}
</style>
background-color css
<style>
a { background-color: #C52CBA; }
a { background-color: rgb(197,44,186); }
div.DivClassName
{
background-color: #C52CBA;
}
.BgClassName
{
background-color: #C52CBA;
}
</style>
border-color css
<style>
span { border-color: #C52CBA; }
span { border-color: rgb(197,44,186); }
td.TdClassName
{
border-color: #C52CBA;
}
.TagClassName
{
border-color: #C52CBA;
}
</style>