Shades of Fuchsia #C52FBB
Tints of Fuchsia #C52FBB
RGB
CMYK
RGB Variations
Color information
#C52FBB (or 0xC52FBB) is known color: Fuchsia. HEX triplet: C5, 2F and BB. RGB value is (197,47,187). Sum of RGB (Red+Green+Blue) = 197+47+187=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FBB is #3AD044. Grayscale: #6B6B6B. Windows color (decimal): -3854405 or 12267461. OLE color: 12267461.
HSL color Cylindrical-coordinate representation of color #C52FBB: hue angle of 304º 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 #C52FBB is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 187 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.23 |
| HSL | 304º | 0.61% | 0.48% | - |
| HSV(B) | 304º | 0.76% | 0.77% | - |
| XYZ | 33.01 | 17.49 | 48.65 | - |
| YUV | 107.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 187 | 0 | 0.76 | 0.05 | 0.23 | 304 | 0.61 | 0.48 |
| Hex | C5 | 2F | BB | 0 | 4C | 5 | 17 | 130 | 3D | 30 |
| Octal | 305 | 57 | 273 | 0 | 114 | 5 | 27 | 460 | 75 | 60 |
| Binary | 11000101 | 101111 | 10111011 | 0 | 1001100 | 101 | 10111 | 100110000 | 111101 | 110000 |
Color Harmonies of #C52FBB
Complementary color
Monochromatic Colors of #C52FBB
Black with #C52FBB
Text Example
Text Example
White with #C52FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FBB; }
p { color: rgb(197,47,187); }
H1.HeaderClassName
{
color: #C52FBB;
}
.AnyTagClassName
{
color: #C52FBB;
}
</style>
background-color css
<style>
a { background-color: #C52FBB; }
a { background-color: rgb(197,47,187); }
div.DivClassName
{
background-color: #C52FBB;
}
.BgClassName
{
background-color: #C52FBB;
}
</style>
border-color css
<style>
span { border-color: #C52FBB; }
span { border-color: rgb(197,47,187); }
td.TdClassName
{
border-color: #C52FBB;
}
.TagClassName
{
border-color: #C52FBB;
}
</style>