Shades of Fuchsia #C52ECB
Tints of Fuchsia #C52ECB
RGB
CMYK
RGB Variations
Color information
#C52ECB (or 0xC52ECB) is known color: Fuchsia. HEX triplet: C5, 2E and CB. RGB value is (197,46,203). Sum of RGB (Red+Green+Blue) = 197+46+203=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #C52ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ECB is #3AD134. Grayscale: #6C6C6C. Windows color (decimal): -3854645 or 13315781. OLE color: 13315781.
HSL color Cylindrical-coordinate representation of color #C52ECB: hue angle of 297.71º 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 #C52ECB is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 46 | 203 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.20 |
| HSL | 297.71º | 0.63% | 0.49% | - |
| HSV(B) | 297.71º | 0.77% | 0.8% | - |
| XYZ | 34.78 | 18.14 | 58.17 | - |
| YUV | 109.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 203 | 0.03 | 0.77 | 0 | 0.20 | 297.71 | 0.63 | 0.49 |
| Hex | C5 | 2E | CB | 3 | 4D | 0 | 14 | 12A | 3F | 31 |
| Octal | 305 | 56 | 313 | 3 | 115 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11000101 | 101110 | 11001011 | 11 | 1001101 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C52ECB
Complementary color
Monochromatic Colors of #C52ECB
Black with #C52ECB
Text Example
Text Example
White with #C52ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ECB; }
p { color: rgb(197,46,203); }
H1.HeaderClassName
{
color: #C52ECB;
}
.AnyTagClassName
{
color: #C52ECB;
}
</style>
background-color css
<style>
a { background-color: #C52ECB; }
a { background-color: rgb(197,46,203); }
div.DivClassName
{
background-color: #C52ECB;
}
.BgClassName
{
background-color: #C52ECB;
}
</style>
border-color css
<style>
span { border-color: #C52ECB; }
span { border-color: rgb(197,46,203); }
td.TdClassName
{
border-color: #C52ECB;
}
.TagClassName
{
border-color: #C52ECB;
}
</style>