Shades of Fuchsia #C936AD
Tints of Fuchsia #C936AD
RGB
CMYK
RGB Variations
Color information
#C936AD (or 0xC936AD) is known color: Fuchsia. HEX triplet: C9, 36 and AD. RGB value is (201,54,173). Sum of RGB (Red+Green+Blue) = 201+54+173=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C936AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C936AD is #36C952. Grayscale: #6F6F6F. Windows color (decimal): -3590483 or 11351753. OLE color: 11351753.
HSL color Cylindrical-coordinate representation of color #C936AD: hue angle of 311.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C936AD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 173 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.21 |
| HSL | 311.43º | 0.58% | 0.5% | - |
| HSV(B) | 311.43º | 0.73% | 0.79% | - |
| XYZ | 32.95 | 18.07 | 41.29 | - |
| YUV | 111.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 173 | 0 | 0.73 | 0.14 | 0.21 | 311.43 | 0.58 | 0.5 |
| Hex | C9 | 36 | AD | 0 | 49 | E | 15 | 137 | 3A | 32 |
| Octal | 311 | 66 | 255 | 0 | 111 | 16 | 25 | 467 | 72 | 62 |
| Binary | 11001001 | 110110 | 10101101 | 0 | 1001001 | 1110 | 10101 | 100110111 | 111010 | 110010 |
Color Harmonies of #C936AD
Complementary color
Monochromatic Colors of #C936AD
Black with #C936AD
Text Example
Text Example
White with #C936AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936AD; }
p { color: rgb(201,54,173); }
H1.HeaderClassName
{
color: #C936AD;
}
.AnyTagClassName
{
color: #C936AD;
}
</style>
background-color css
<style>
a { background-color: #C936AD; }
a { background-color: rgb(201,54,173); }
div.DivClassName
{
background-color: #C936AD;
}
.BgClassName
{
background-color: #C936AD;
}
</style>
border-color css
<style>
span { border-color: #C936AD; }
span { border-color: rgb(201,54,173); }
td.TdClassName
{
border-color: #C936AD;
}
.TagClassName
{
border-color: #C936AD;
}
</style>