Shades of Fuchsia #C52ECF
Tints of Fuchsia #C52ECF
RGB
CMYK
RGB Variations
Color information
#C52ECF (or 0xC52ECF) is known color: Fuchsia. HEX triplet: C5, 2E and CF. RGB value is (197,46,207). Sum of RGB (Red+Green+Blue) = 197+46+207=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C52ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ECF is #3AD130. Grayscale: #6D6D6D. Windows color (decimal): -3854641 or 13577925. OLE color: 13577925.
HSL color Cylindrical-coordinate representation of color #C52ECF: hue angle of 296.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52ECF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 46 | 207 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.19 |
| HSL | 296.27º | 0.64% | 0.5% | - |
| HSV(B) | 296.27º | 0.78% | 0.81% | - |
| XYZ | 35.27 | 18.33 | 60.71 | - |
| YUV | 109.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 207 | 0.05 | 0.78 | 0 | 0.19 | 296.27 | 0.64 | 0.5 |
| Hex | C5 | 2E | CF | 5 | 4E | 0 | 13 | 128 | 40 | 32 |
| Octal | 305 | 56 | 317 | 5 | 116 | 0 | 23 | 450 | 100 | 62 |
| Binary | 11000101 | 101110 | 11001111 | 101 | 1001110 | 0 | 10011 | 100101000 | 1000000 | 110010 |
Color Harmonies of #C52ECF
Complementary color
Monochromatic Colors of #C52ECF
Black with #C52ECF
Text Example
Text Example
White with #C52ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ECF; }
p { color: rgb(197,46,207); }
H1.HeaderClassName
{
color: #C52ECF;
}
.AnyTagClassName
{
color: #C52ECF;
}
</style>
background-color css
<style>
a { background-color: #C52ECF; }
a { background-color: rgb(197,46,207); }
div.DivClassName
{
background-color: #C52ECF;
}
.BgClassName
{
background-color: #C52ECF;
}
</style>
border-color css
<style>
span { border-color: #C52ECF; }
span { border-color: rgb(197,46,207); }
td.TdClassName
{
border-color: #C52ECF;
}
.TagClassName
{
border-color: #C52ECF;
}
</style>