Shades of Fuchsia #C732AD
Tints of Fuchsia #C732AD
RGB
CMYK
RGB Variations
Color information
#C732AD (or 0xC732AD) is known color: Fuchsia. HEX triplet: C7, 32 and AD. RGB value is (199,50,173). Sum of RGB (Red+Green+Blue) = 199+50+173=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AD is #38CD52. Grayscale: #6C6C6C. Windows color (decimal): -3722579 or 11350727. OLE color: 11350727.
HSL color Cylindrical-coordinate representation of color #C732AD: hue angle of 310.47º 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 #C732AD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 173 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.22 |
| HSL | 310.47º | 0.6% | 0.49% | - |
| HSV(B) | 310.47º | 0.75% | 0.78% | - |
| XYZ | 32.24 | 17.44 | 41.2 | - |
| YUV | 108.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 173 | 0 | 0.75 | 0.13 | 0.22 | 310.47 | 0.6 | 0.49 |
| Hex | C7 | 32 | AD | 0 | 4B | D | 16 | 136 | 3C | 31 |
| Octal | 307 | 62 | 255 | 0 | 113 | 15 | 26 | 466 | 74 | 61 |
| Binary | 11000111 | 110010 | 10101101 | 0 | 1001011 | 1101 | 10110 | 100110110 | 111100 | 110001 |
Color Harmonies of #C732AD
Complementary color
Monochromatic Colors of #C732AD
Black with #C732AD
Text Example
Text Example
White with #C732AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732AD; }
p { color: rgb(199,50,173); }
H1.HeaderClassName
{
color: #C732AD;
}
.AnyTagClassName
{
color: #C732AD;
}
</style>
background-color css
<style>
a { background-color: #C732AD; }
a { background-color: rgb(199,50,173); }
div.DivClassName
{
background-color: #C732AD;
}
.BgClassName
{
background-color: #C732AD;
}
</style>
border-color css
<style>
span { border-color: #C732AD; }
span { border-color: rgb(199,50,173); }
td.TdClassName
{
border-color: #C732AD;
}
.TagClassName
{
border-color: #C732AD;
}
</style>