Shades of Fuchsia #C52ABC
Tints of Fuchsia #C52ABC
RGB
CMYK
RGB Variations
Color information
#C52ABC (or 0xC52ABC) is known color: Fuchsia. HEX triplet: C5, 2A and BC. RGB value is (197,42,188). Sum of RGB (Red+Green+Blue) = 197+42+188=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C52ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ABC is #3AD543. Grayscale: #686868. Windows color (decimal): -3855684 or 12331717. OLE color: 12331717.
HSL color Cylindrical-coordinate representation of color #C52ABC: hue angle of 303.48º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52ABC is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 188 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.23 |
| HSL | 303.48º | 0.65% | 0.47% | - |
| HSV(B) | 303.48º | 0.79% | 0.77% | - |
| XYZ | 32.93 | 17.16 | 49.15 | - |
| YUV | 104.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 188 | 0 | 0.79 | 0.05 | 0.23 | 303.48 | 0.65 | 0.47 |
| Hex | C5 | 2A | BC | 0 | 4F | 5 | 17 | 12F | 41 | 2F |
| Octal | 305 | 52 | 274 | 0 | 117 | 5 | 27 | 457 | 101 | 57 |
| Binary | 11000101 | 101010 | 10111100 | 0 | 1001111 | 101 | 10111 | 100101111 | 1000001 | 101111 |
Color Harmonies of #C52ABC
Complementary color
Monochromatic Colors of #C52ABC
Black with #C52ABC
Text Example
Text Example
White with #C52ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ABC; }
p { color: rgb(197,42,188); }
H1.HeaderClassName
{
color: #C52ABC;
}
.AnyTagClassName
{
color: #C52ABC;
}
</style>
background-color css
<style>
a { background-color: #C52ABC; }
a { background-color: rgb(197,42,188); }
div.DivClassName
{
background-color: #C52ABC;
}
.BgClassName
{
background-color: #C52ABC;
}
</style>
border-color css
<style>
span { border-color: #C52ABC; }
span { border-color: rgb(197,42,188); }
td.TdClassName
{
border-color: #C52ABC;
}
.TagClassName
{
border-color: #C52ABC;
}
</style>