Shades of Fuchsia #C752AB
Tints of Fuchsia #C752AB
RGB
CMYK
RGB Variations
Color information
#C752AB (or 0xC752AB) is known color: Fuchsia. HEX triplet: C7, 52 and AB. RGB value is (199,82,171). Sum of RGB (Red+Green+Blue) = 199+82+171=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C752AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752AB is #38AD54. Grayscale: #7E7E7E. Windows color (decimal): -3714389 or 11227847. OLE color: 11227847.
HSL color Cylindrical-coordinate representation of color #C752AB: hue angle of 314.36º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752AB is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 171 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.22 |
| HSL | 314.36º | 0.51% | 0.55% | - |
| HSV(B) | 314.36º | 0.59% | 0.78% | - |
| XYZ | 33.92 | 21.12 | 40.82 | - |
| YUV | 127.13 | 152.76 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 171 | 0 | 0.59 | 0.14 | 0.22 | 314.36 | 0.51 | 0.55 |
| Hex | C7 | 52 | AB | 0 | 3B | E | 16 | 13A | 33 | 37 |
| Octal | 307 | 122 | 253 | 0 | 73 | 16 | 26 | 472 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10101011 | 0 | 111011 | 1110 | 10110 | 100111010 | 110011 | 110111 |
Color Harmonies of #C752AB
Complementary color
Monochromatic Colors of #C752AB
Black with #C752AB
Text Example
Text Example
White with #C752AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752AB; }
p { color: rgb(199,82,171); }
H1.HeaderClassName
{
color: #C752AB;
}
.AnyTagClassName
{
color: #C752AB;
}
</style>
background-color css
<style>
a { background-color: #C752AB; }
a { background-color: rgb(199,82,171); }
div.DivClassName
{
background-color: #C752AB;
}
.BgClassName
{
background-color: #C752AB;
}
</style>
border-color css
<style>
span { border-color: #C752AB; }
span { border-color: rgb(199,82,171); }
td.TdClassName
{
border-color: #C752AB;
}
.TagClassName
{
border-color: #C752AB;
}
</style>