Shades of Fuchsia #C52ECE
Tints of Fuchsia #C52ECE
RGB
CMYK
RGB Variations
Color information
#C52ECE (or 0xC52ECE) is known color: Fuchsia. HEX triplet: C5, 2E and CE. RGB value is (197,46,206). Sum of RGB (Red+Green+Blue) = 197+46+206=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #C52ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ECE is #3AD131. Grayscale: #6C6C6C. Windows color (decimal): -3854642 or 13512389. OLE color: 13512389.
HSL color Cylindrical-coordinate representation of color #C52ECE: hue angle of 296.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52ECE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 46 | 206 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.19 |
| HSL | 296.63º | 0.63% | 0.49% | - |
| HSV(B) | 296.63º | 0.78% | 0.81% | - |
| XYZ | 35.14 | 18.28 | 60.07 | - |
| YUV | 109.39 | 182.53 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 206 | 0.04 | 0.78 | 0 | 0.19 | 296.63 | 0.63 | 0.49 |
| Hex | C5 | 2E | CE | 4 | 4E | 0 | 13 | 129 | 3F | 31 |
| Octal | 305 | 56 | 316 | 4 | 116 | 0 | 23 | 451 | 77 | 61 |
| Binary | 11000101 | 101110 | 11001110 | 100 | 1001110 | 0 | 10011 | 100101001 | 111111 | 110001 |
Color Harmonies of #C52ECE
Complementary color
Monochromatic Colors of #C52ECE
Black with #C52ECE
Text Example
Text Example
White with #C52ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ECE; }
p { color: rgb(197,46,206); }
H1.HeaderClassName
{
color: #C52ECE;
}
.AnyTagClassName
{
color: #C52ECE;
}
</style>
background-color css
<style>
a { background-color: #C52ECE; }
a { background-color: rgb(197,46,206); }
div.DivClassName
{
background-color: #C52ECE;
}
.BgClassName
{
background-color: #C52ECE;
}
</style>
border-color css
<style>
span { border-color: #C52ECE; }
span { border-color: rgb(197,46,206); }
td.TdClassName
{
border-color: #C52ECE;
}
.TagClassName
{
border-color: #C52ECE;
}
</style>