Shades of Fuchsia #C932AD
Tints of Fuchsia #C932AD
RGB
CMYK
RGB Variations
Color information
#C932AD (or 0xC932AD) is known color: Fuchsia. HEX triplet: C9, 32 and AD. RGB value is (201,50,173). Sum of RGB (Red+Green+Blue) = 201+50+173=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C932AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932AD is #36CD52. Grayscale: #6C6C6C. Windows color (decimal): -3591507 or 11350729. OLE color: 11350729.
HSL color Cylindrical-coordinate representation of color #C932AD: hue angle of 311.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C932AD is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 173 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.21 |
| HSL | 311.13º | 0.6% | 0.49% | - |
| HSV(B) | 311.13º | 0.75% | 0.79% | - |
| XYZ | 32.77 | 17.72 | 41.23 | - |
| YUV | 109.17 | 164.03 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 173 | 0 | 0.75 | 0.14 | 0.21 | 311.13 | 0.6 | 0.49 |
| Hex | C9 | 32 | AD | 0 | 4B | E | 15 | 137 | 3C | 31 |
| Octal | 311 | 62 | 255 | 0 | 113 | 16 | 25 | 467 | 74 | 61 |
| Binary | 11001001 | 110010 | 10101101 | 0 | 1001011 | 1110 | 10101 | 100110111 | 111100 | 110001 |
Color Harmonies of #C932AD
Complementary color
Monochromatic Colors of #C932AD
Black with #C932AD
Text Example
Text Example
White with #C932AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932AD; }
p { color: rgb(201,50,173); }
H1.HeaderClassName
{
color: #C932AD;
}
.AnyTagClassName
{
color: #C932AD;
}
</style>
background-color css
<style>
a { background-color: #C932AD; }
a { background-color: rgb(201,50,173); }
div.DivClassName
{
background-color: #C932AD;
}
.BgClassName
{
background-color: #C932AD;
}
</style>
border-color css
<style>
span { border-color: #C932AD; }
span { border-color: rgb(201,50,173); }
td.TdClassName
{
border-color: #C932AD;
}
.TagClassName
{
border-color: #C932AD;
}
</style>