Shades of Fuchsia #C52FCC
Tints of Fuchsia #C52FCC
RGB
CMYK
RGB Variations
Color information
#C52FCC (or 0xC52FCC) is known color: Fuchsia. HEX triplet: C5, 2F and CC. RGB value is (197,47,204). Sum of RGB (Red+Green+Blue) = 197+47+204=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #C52FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FCC is #3AD033. Grayscale: #6D6D6D. Windows color (decimal): -3854388 or 13381573. OLE color: 13381573.
HSL color Cylindrical-coordinate representation of color #C52FCC: hue angle of 297.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52FCC is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 47 | 204 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.2 |
| HSL | 297.32º | 0.63% | 0.49% | - |
| HSV(B) | 297.32º | 0.77% | 0.8% | - |
| XYZ | 34.94 | 18.26 | 58.81 | - |
| YUV | 109.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 204 | 0.03 | 0.77 | 0 | 0.2 | 297.32 | 0.63 | 0.49 |
| Hex | C5 | 2F | CC | 3 | 4D | 0 | 14 | 129 | 3F | 31 |
| Octal | 305 | 57 | 314 | 3 | 115 | 0 | 24 | 451 | 77 | 61 |
| Binary | 11000101 | 101111 | 11001100 | 11 | 1001101 | 0 | 10100 | 100101001 | 111111 | 110001 |
Color Harmonies of #C52FCC
Complementary color
Monochromatic Colors of #C52FCC
Black with #C52FCC
Text Example
Text Example
White with #C52FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FCC; }
p { color: rgb(197,47,204); }
H1.HeaderClassName
{
color: #C52FCC;
}
.AnyTagClassName
{
color: #C52FCC;
}
</style>
background-color css
<style>
a { background-color: #C52FCC; }
a { background-color: rgb(197,47,204); }
div.DivClassName
{
background-color: #C52FCC;
}
.BgClassName
{
background-color: #C52FCC;
}
</style>
border-color css
<style>
span { border-color: #C52FCC; }
span { border-color: rgb(197,47,204); }
td.TdClassName
{
border-color: #C52FCC;
}
.TagClassName
{
border-color: #C52FCC;
}
</style>