Shades of Fuchsia #C52FB9
Tints of Fuchsia #C52FB9
RGB
CMYK
RGB Variations
Color information
#C52FB9 (or 0xC52FB9) is known color: Fuchsia. HEX triplet: C5, 2F and B9. RGB value is (197,47,185). Sum of RGB (Red+Green+Blue) = 197+47+185=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FB9 is #3AD046. Grayscale: #6B6B6B. Windows color (decimal): -3854407 or 12136389. OLE color: 12136389.
HSL color Cylindrical-coordinate representation of color #C52FB9: hue angle of 304.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FB9 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 185 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.23 |
| HSL | 304.8º | 0.61% | 0.48% | - |
| HSV(B) | 304.8º | 0.76% | 0.77% | - |
| XYZ | 32.8 | 17.41 | 47.53 | - |
| YUV | 107.58 | 171.7 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 185 | 0 | 0.76 | 0.06 | 0.23 | 304.8 | 0.61 | 0.48 |
| Hex | C5 | 2F | B9 | 0 | 4C | 6 | 17 | 131 | 3D | 30 |
| Octal | 305 | 57 | 271 | 0 | 114 | 6 | 27 | 461 | 75 | 60 |
| Binary | 11000101 | 101111 | 10111001 | 0 | 1001100 | 110 | 10111 | 100110001 | 111101 | 110000 |
Color Harmonies of #C52FB9
Complementary color
Monochromatic Colors of #C52FB9
Black with #C52FB9
Text Example
Text Example
White with #C52FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FB9; }
p { color: rgb(197,47,185); }
H1.HeaderClassName
{
color: #C52FB9;
}
.AnyTagClassName
{
color: #C52FB9;
}
</style>
background-color css
<style>
a { background-color: #C52FB9; }
a { background-color: rgb(197,47,185); }
div.DivClassName
{
background-color: #C52FB9;
}
.BgClassName
{
background-color: #C52FB9;
}
</style>
border-color css
<style>
span { border-color: #C52FB9; }
span { border-color: rgb(197,47,185); }
td.TdClassName
{
border-color: #C52FB9;
}
.TagClassName
{
border-color: #C52FB9;
}
</style>