Shades of Fuchsia #C752AC
Tints of Fuchsia #C752AC
RGB
CMYK
RGB Variations
Color information
#C752AC (or 0xC752AC) is known color: Fuchsia. HEX triplet: C7, 52 and AC. RGB value is (199,82,172). Sum of RGB (Red+Green+Blue) = 199+82+172=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C752AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752AC is #38AD53. Grayscale: #7E7E7E. Windows color (decimal): -3714388 or 11293383. OLE color: 11293383.
HSL color Cylindrical-coordinate representation of color #C752AC: hue angle of 313.85º 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 #C752AC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 172 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.22 |
| HSL | 313.85º | 0.51% | 0.55% | - |
| HSV(B) | 313.85º | 0.59% | 0.78% | - |
| XYZ | 34.02 | 21.16 | 41.32 | - |
| YUV | 127.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 172 | 0 | 0.59 | 0.14 | 0.22 | 313.85 | 0.51 | 0.55 |
| Hex | C7 | 52 | AC | 0 | 3B | E | 16 | 13A | 33 | 37 |
| Octal | 307 | 122 | 254 | 0 | 73 | 16 | 26 | 472 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10101100 | 0 | 111011 | 1110 | 10110 | 100111010 | 110011 | 110111 |
Color Harmonies of #C752AC
Complementary color
Monochromatic Colors of #C752AC
Black with #C752AC
Text Example
Text Example
White with #C752AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752AC; }
p { color: rgb(199,82,172); }
H1.HeaderClassName
{
color: #C752AC;
}
.AnyTagClassName
{
color: #C752AC;
}
</style>
background-color css
<style>
a { background-color: #C752AC; }
a { background-color: rgb(199,82,172); }
div.DivClassName
{
background-color: #C752AC;
}
.BgClassName
{
background-color: #C752AC;
}
</style>
border-color css
<style>
span { border-color: #C752AC; }
span { border-color: rgb(199,82,172); }
td.TdClassName
{
border-color: #C752AC;
}
.TagClassName
{
border-color: #C752AC;
}
</style>