Shades of Fuchsia #C935AC
Tints of Fuchsia #C935AC
RGB
CMYK
RGB Variations
Color information
#C935AC (or 0xC935AC) is known color: Fuchsia. HEX triplet: C9, 35 and AC. RGB value is (201,53,172). Sum of RGB (Red+Green+Blue) = 201+53+172=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C935AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C935AC is #36CA53. Grayscale: #6E6E6E. Windows color (decimal): -3590740 or 11285961. OLE color: 11285961.
HSL color Cylindrical-coordinate representation of color #C935AC: hue angle of 311.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935AC is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 172 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.21 |
| HSL | 311.76º | 0.58% | 0.5% | - |
| HSV(B) | 311.76º | 0.74% | 0.79% | - |
| XYZ | 32.81 | 17.94 | 40.76 | - |
| YUV | 110.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 172 | 0 | 0.74 | 0.14 | 0.21 | 311.76 | 0.58 | 0.5 |
| Hex | C9 | 35 | AC | 0 | 4A | E | 15 | 138 | 3A | 32 |
| Octal | 311 | 65 | 254 | 0 | 112 | 16 | 25 | 470 | 72 | 62 |
| Binary | 11001001 | 110101 | 10101100 | 0 | 1001010 | 1110 | 10101 | 100111000 | 111010 | 110010 |
Color Harmonies of #C935AC
Complementary color
Monochromatic Colors of #C935AC
Black with #C935AC
Text Example
Text Example
White with #C935AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935AC; }
p { color: rgb(201,53,172); }
H1.HeaderClassName
{
color: #C935AC;
}
.AnyTagClassName
{
color: #C935AC;
}
</style>
background-color css
<style>
a { background-color: #C935AC; }
a { background-color: rgb(201,53,172); }
div.DivClassName
{
background-color: #C935AC;
}
.BgClassName
{
background-color: #C935AC;
}
</style>
border-color css
<style>
span { border-color: #C935AC; }
span { border-color: rgb(201,53,172); }
td.TdClassName
{
border-color: #C935AC;
}
.TagClassName
{
border-color: #C935AC;
}
</style>