Shades of Fuchsia #C52ABB
Tints of Fuchsia #C52ABB
RGB
CMYK
RGB Variations
Color information
#C52ABB (or 0xC52ABB) is known color: Fuchsia. HEX triplet: C5, 2A and BB. RGB value is (197,42,187). Sum of RGB (Red+Green+Blue) = 197+42+187=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C52ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ABB is #3AD544. Grayscale: #686868. Windows color (decimal): -3855685 or 12266181. OLE color: 12266181.
HSL color Cylindrical-coordinate representation of color #C52ABB: hue angle of 303.87º 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 #C52ABB is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 187 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.23 |
| HSL | 303.87º | 0.65% | 0.47% | - |
| HSV(B) | 303.87º | 0.79% | 0.77% | - |
| XYZ | 32.82 | 17.11 | 48.59 | - |
| YUV | 104.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 187 | 0 | 0.79 | 0.05 | 0.23 | 303.87 | 0.65 | 0.47 |
| Hex | C5 | 2A | BB | 0 | 4F | 5 | 17 | 130 | 41 | 2F |
| Octal | 305 | 52 | 273 | 0 | 117 | 5 | 27 | 460 | 101 | 57 |
| Binary | 11000101 | 101010 | 10111011 | 0 | 1001111 | 101 | 10111 | 100110000 | 1000001 | 101111 |
Color Harmonies of #C52ABB
Complementary color
Monochromatic Colors of #C52ABB
Black with #C52ABB
Text Example
Text Example
White with #C52ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52ABB; }
p { color: rgb(197,42,187); }
H1.HeaderClassName
{
color: #C52ABB;
}
.AnyTagClassName
{
color: #C52ABB;
}
</style>
background-color css
<style>
a { background-color: #C52ABB; }
a { background-color: rgb(197,42,187); }
div.DivClassName
{
background-color: #C52ABB;
}
.BgClassName
{
background-color: #C52ABB;
}
</style>
border-color css
<style>
span { border-color: #C52ABB; }
span { border-color: rgb(197,42,187); }
td.TdClassName
{
border-color: #C52ABB;
}
.TagClassName
{
border-color: #C52ABB;
}
</style>