Shades of Fuchsia #C52FBE
Tints of Fuchsia #C52FBE
RGB
CMYK
RGB Variations
Color information
#C52FBE (or 0xC52FBE) is known color: Fuchsia. HEX triplet: C5, 2F and BE. RGB value is (197,47,190). Sum of RGB (Red+Green+Blue) = 197+47+190=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FBE is #3AD041. Grayscale: #6B6B6B. Windows color (decimal): -3854402 or 12464069. OLE color: 12464069.
HSL color Cylindrical-coordinate representation of color #C52FBE: hue angle of 302.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 #C52FBE is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 190 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.23 |
| HSL | 302.8º | 0.61% | 0.48% | - |
| HSV(B) | 302.8º | 0.76% | 0.77% | - |
| XYZ | 33.34 | 17.62 | 50.36 | - |
| YUV | 108.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 190 | 0 | 0.76 | 0.04 | 0.23 | 302.8 | 0.61 | 0.48 |
| Hex | C5 | 2F | BE | 0 | 4C | 4 | 17 | 12F | 3D | 30 |
| Octal | 305 | 57 | 276 | 0 | 114 | 4 | 27 | 457 | 75 | 60 |
| Binary | 11000101 | 101111 | 10111110 | 0 | 1001100 | 100 | 10111 | 100101111 | 111101 | 110000 |
Color Harmonies of #C52FBE
Complementary color
Monochromatic Colors of #C52FBE
Black with #C52FBE
Text Example
Text Example
White with #C52FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FBE; }
p { color: rgb(197,47,190); }
H1.HeaderClassName
{
color: #C52FBE;
}
.AnyTagClassName
{
color: #C52FBE;
}
</style>
background-color css
<style>
a { background-color: #C52FBE; }
a { background-color: rgb(197,47,190); }
div.DivClassName
{
background-color: #C52FBE;
}
.BgClassName
{
background-color: #C52FBE;
}
</style>
border-color css
<style>
span { border-color: #C52FBE; }
span { border-color: rgb(197,47,190); }
td.TdClassName
{
border-color: #C52FBE;
}
.TagClassName
{
border-color: #C52FBE;
}
</style>