Shades of Fuchsia #C936BC
Tints of Fuchsia #C936BC
RGB
CMYK
RGB Variations
Color information
#C936BC (or 0xC936BC) is known color: Fuchsia. HEX triplet: C9, 36 and BC. RGB value is (201,54,188). Sum of RGB (Red+Green+Blue) = 201+54+188=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C936BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936BC is #36C943. Grayscale: #707070. Windows color (decimal): -3590468 or 12334793. OLE color: 12334793.
HSL color Cylindrical-coordinate representation of color #C936BC: hue angle of 305.31º 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 #C936BC is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 188 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.21 |
| HSL | 305.31º | 0.58% | 0.5% | - |
| HSV(B) | 305.31º | 0.73% | 0.79% | - |
| XYZ | 34.48 | 18.69 | 49.37 | - |
| YUV | 113.23 | 170.2 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 188 | 0 | 0.73 | 0.06 | 0.21 | 305.31 | 0.58 | 0.5 |
| Hex | C9 | 36 | BC | 0 | 49 | 6 | 15 | 131 | 3A | 32 |
| Octal | 311 | 66 | 274 | 0 | 111 | 6 | 25 | 461 | 72 | 62 |
| Binary | 11001001 | 110110 | 10111100 | 0 | 1001001 | 110 | 10101 | 100110001 | 111010 | 110010 |
Color Harmonies of #C936BC
Complementary color
Monochromatic Colors of #C936BC
Black with #C936BC
Text Example
Text Example
White with #C936BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936BC; }
p { color: rgb(201,54,188); }
H1.HeaderClassName
{
color: #C936BC;
}
.AnyTagClassName
{
color: #C936BC;
}
</style>
background-color css
<style>
a { background-color: #C936BC; }
a { background-color: rgb(201,54,188); }
div.DivClassName
{
background-color: #C936BC;
}
.BgClassName
{
background-color: #C936BC;
}
</style>
border-color css
<style>
span { border-color: #C936BC; }
span { border-color: rgb(201,54,188); }
td.TdClassName
{
border-color: #C936BC;
}
.TagClassName
{
border-color: #C936BC;
}
</style>