Shades of Fuchsia #C52EC3
Tints of Fuchsia #C52EC3
RGB
CMYK
RGB Variations
Color information
#C52EC3 (or 0xC52EC3) is known color: Fuchsia. HEX triplet: C5, 2E and C3. RGB value is (197,46,195). Sum of RGB (Red+Green+Blue) = 197+46+195=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C52EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52EC3 is #3AD13C. Grayscale: #6B6B6B. Windows color (decimal): -3854653 or 12791493. OLE color: 12791493.
HSL color Cylindrical-coordinate representation of color #C52EC3: hue angle of 300.79º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52EC3 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 195 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.23 |
| HSL | 300.79º | 0.62% | 0.48% | - |
| HSV(B) | 300.79º | 0.77% | 0.77% | - |
| XYZ | 33.85 | 17.76 | 53.27 | - |
| YUV | 108.14 | 177.03 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 195 | 0 | 0.77 | 0.01 | 0.23 | 300.79 | 0.62 | 0.48 |
| Hex | C5 | 2E | C3 | 0 | 4D | 1 | 17 | 12D | 3E | 30 |
| Octal | 305 | 56 | 303 | 0 | 115 | 1 | 27 | 455 | 76 | 60 |
| Binary | 11000101 | 101110 | 11000011 | 0 | 1001101 | 1 | 10111 | 100101101 | 111110 | 110000 |
Color Harmonies of #C52EC3
Complementary color
Monochromatic Colors of #C52EC3
Black with #C52EC3
Text Example
Text Example
White with #C52EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52EC3; }
p { color: rgb(197,46,195); }
H1.HeaderClassName
{
color: #C52EC3;
}
.AnyTagClassName
{
color: #C52EC3;
}
</style>
background-color css
<style>
a { background-color: #C52EC3; }
a { background-color: rgb(197,46,195); }
div.DivClassName
{
background-color: #C52EC3;
}
.BgClassName
{
background-color: #C52EC3;
}
</style>
border-color css
<style>
span { border-color: #C52EC3; }
span { border-color: rgb(197,46,195); }
td.TdClassName
{
border-color: #C52EC3;
}
.TagClassName
{
border-color: #C52EC3;
}
</style>