Shades of Fuchsia #C752AD
Tints of Fuchsia #C752AD
RGB
CMYK
RGB Variations
Color information
#C752AD (or 0xC752AD) is known color: Fuchsia. HEX triplet: C7, 52 and AD. RGB value is (199,82,173). Sum of RGB (Red+Green+Blue) = 199+82+173=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C752AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752AD is #38AD52. Grayscale: #7F7F7F. Windows color (decimal): -3714387 or 11358919. OLE color: 11358919.
HSL color Cylindrical-coordinate representation of color #C752AD: hue angle of 313.33º 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 #C752AD is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 173 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.22 |
| HSL | 313.33º | 0.51% | 0.55% | - |
| HSV(B) | 313.33º | 0.59% | 0.78% | - |
| XYZ | 34.11 | 21.19 | 41.83 | - |
| YUV | 127.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 173 | 0 | 0.59 | 0.13 | 0.22 | 313.33 | 0.51 | 0.55 |
| Hex | C7 | 52 | AD | 0 | 3B | D | 16 | 139 | 33 | 37 |
| Octal | 307 | 122 | 255 | 0 | 73 | 15 | 26 | 471 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10101101 | 0 | 111011 | 1101 | 10110 | 100111001 | 110011 | 110111 |
Color Harmonies of #C752AD
Complementary color
Monochromatic Colors of #C752AD
Black with #C752AD
Text Example
Text Example
White with #C752AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752AD; }
p { color: rgb(199,82,173); }
H1.HeaderClassName
{
color: #C752AD;
}
.AnyTagClassName
{
color: #C752AD;
}
</style>
background-color css
<style>
a { background-color: #C752AD; }
a { background-color: rgb(199,82,173); }
div.DivClassName
{
background-color: #C752AD;
}
.BgClassName
{
background-color: #C752AD;
}
</style>
border-color css
<style>
span { border-color: #C752AD; }
span { border-color: rgb(199,82,173); }
td.TdClassName
{
border-color: #C752AD;
}
.TagClassName
{
border-color: #C752AD;
}
</style>