Shades of Fuchsia #C936AB
Tints of Fuchsia #C936AB
RGB
CMYK
RGB Variations
Color information
#C936AB (or 0xC936AB) is known color: Fuchsia. HEX triplet: C9, 36 and AB. RGB value is (201,54,171). Sum of RGB (Red+Green+Blue) = 201+54+171=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C936AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C936AB is #36C954. Grayscale: #6E6E6E. Windows color (decimal): -3590485 or 11220681. OLE color: 11220681.
HSL color Cylindrical-coordinate representation of color #C936AB: hue angle of 312.24º 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 #C936AB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 171 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.21 |
| HSL | 312.24º | 0.58% | 0.5% | - |
| HSV(B) | 312.24º | 0.73% | 0.79% | - |
| XYZ | 32.76 | 18 | 40.28 | - |
| YUV | 111.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 171 | 0 | 0.73 | 0.15 | 0.21 | 312.24 | 0.58 | 0.5 |
| Hex | C9 | 36 | AB | 0 | 49 | F | 15 | 138 | 3A | 32 |
| Octal | 311 | 66 | 253 | 0 | 111 | 17 | 25 | 470 | 72 | 62 |
| Binary | 11001001 | 110110 | 10101011 | 0 | 1001001 | 1111 | 10101 | 100111000 | 111010 | 110010 |
Color Harmonies of #C936AB
Complementary color
Monochromatic Colors of #C936AB
Black with #C936AB
Text Example
Text Example
White with #C936AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936AB; }
p { color: rgb(201,54,171); }
H1.HeaderClassName
{
color: #C936AB;
}
.AnyTagClassName
{
color: #C936AB;
}
</style>
background-color css
<style>
a { background-color: #C936AB; }
a { background-color: rgb(201,54,171); }
div.DivClassName
{
background-color: #C936AB;
}
.BgClassName
{
background-color: #C936AB;
}
</style>
border-color css
<style>
span { border-color: #C936AB; }
span { border-color: rgb(201,54,171); }
td.TdClassName
{
border-color: #C936AB;
}
.TagClassName
{
border-color: #C936AB;
}
</style>