Shades of Fuchsia #C932AC
Tints of Fuchsia #C932AC
RGB
CMYK
RGB Variations
Color information
#C932AC (or 0xC932AC) is known color: Fuchsia. HEX triplet: C9, 32 and AC. RGB value is (201,50,172). Sum of RGB (Red+Green+Blue) = 201+50+172=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C932AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932AC is #36CD53. Grayscale: #6C6C6C. Windows color (decimal): -3591508 or 11285193. OLE color: 11285193.
HSL color Cylindrical-coordinate representation of color #C932AC: hue angle of 311.52º 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 #C932AC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 172 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.21 |
| HSL | 311.52º | 0.6% | 0.49% | - |
| HSV(B) | 311.52º | 0.75% | 0.79% | - |
| XYZ | 32.67 | 17.68 | 40.72 | - |
| YUV | 109.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 172 | 0 | 0.75 | 0.14 | 0.21 | 311.52 | 0.6 | 0.49 |
| Hex | C9 | 32 | AC | 0 | 4B | E | 15 | 138 | 3C | 31 |
| Octal | 311 | 62 | 254 | 0 | 113 | 16 | 25 | 470 | 74 | 61 |
| Binary | 11001001 | 110010 | 10101100 | 0 | 1001011 | 1110 | 10101 | 100111000 | 111100 | 110001 |
Color Harmonies of #C932AC
Complementary color
Monochromatic Colors of #C932AC
Black with #C932AC
Text Example
Text Example
White with #C932AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932AC; }
p { color: rgb(201,50,172); }
H1.HeaderClassName
{
color: #C932AC;
}
.AnyTagClassName
{
color: #C932AC;
}
</style>
background-color css
<style>
a { background-color: #C932AC; }
a { background-color: rgb(201,50,172); }
div.DivClassName
{
background-color: #C932AC;
}
.BgClassName
{
background-color: #C932AC;
}
</style>
border-color css
<style>
span { border-color: #C932AC; }
span { border-color: rgb(201,50,172); }
td.TdClassName
{
border-color: #C932AC;
}
.TagClassName
{
border-color: #C932AC;
}
</style>