Shades of Fuchsia #C732AC
Tints of Fuchsia #C732AC
RGB
CMYK
RGB Variations
Color information
#C732AC (or 0xC732AC) is known color: Fuchsia. HEX triplet: C7, 32 and AC. RGB value is (199,50,172). Sum of RGB (Red+Green+Blue) = 199+50+172=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AC is #38CD53. Grayscale: #6C6C6C. Windows color (decimal): -3722580 or 11285191. OLE color: 11285191.
HSL color Cylindrical-coordinate representation of color #C732AC: hue angle of 310.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C732AC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 172 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.22 |
| HSL | 310.87º | 0.6% | 0.49% | - |
| HSV(B) | 310.87º | 0.75% | 0.78% | - |
| XYZ | 32.14 | 17.4 | 40.69 | - |
| YUV | 108.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 172 | 0 | 0.75 | 0.14 | 0.22 | 310.87 | 0.6 | 0.49 |
| Hex | C7 | 32 | AC | 0 | 4B | E | 16 | 137 | 3C | 31 |
| Octal | 307 | 62 | 254 | 0 | 113 | 16 | 26 | 467 | 74 | 61 |
| Binary | 11000111 | 110010 | 10101100 | 0 | 1001011 | 1110 | 10110 | 100110111 | 111100 | 110001 |
Color Harmonies of #C732AC
Complementary color
Monochromatic Colors of #C732AC
Black with #C732AC
Text Example
Text Example
White with #C732AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732AC; }
p { color: rgb(199,50,172); }
H1.HeaderClassName
{
color: #C732AC;
}
.AnyTagClassName
{
color: #C732AC;
}
</style>
background-color css
<style>
a { background-color: #C732AC; }
a { background-color: rgb(199,50,172); }
div.DivClassName
{
background-color: #C732AC;
}
.BgClassName
{
background-color: #C732AC;
}
</style>
border-color css
<style>
span { border-color: #C732AC; }
span { border-color: rgb(199,50,172); }
td.TdClassName
{
border-color: #C732AC;
}
.TagClassName
{
border-color: #C732AC;
}
</style>