Shades of Fuchsia #C936B5
Tints of Fuchsia #C936B5
RGB
CMYK
RGB Variations
Color information
#C936B5 (or 0xC936B5) is known color: Fuchsia. HEX triplet: C9, 36 and B5. RGB value is (201,54,181). Sum of RGB (Red+Green+Blue) = 201+54+181=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C936B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936B5 is #36C94A. Grayscale: #707070. Windows color (decimal): -3590475 or 11876041. OLE color: 11876041.
HSL color Cylindrical-coordinate representation of color #C936B5: hue angle of 308.16º 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 #C936B5 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 181 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.21 |
| HSL | 308.16º | 0.58% | 0.5% | - |
| HSV(B) | 308.16º | 0.73% | 0.79% | - |
| XYZ | 33.75 | 18.39 | 45.49 | - |
| YUV | 112.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 181 | 0 | 0.73 | 0.10 | 0.21 | 308.16 | 0.58 | 0.5 |
| Hex | C9 | 36 | B5 | 0 | 49 | A | 15 | 134 | 3A | 32 |
| Octal | 311 | 66 | 265 | 0 | 111 | 12 | 25 | 464 | 72 | 62 |
| Binary | 11001001 | 110110 | 10110101 | 0 | 1001001 | 1010 | 10101 | 100110100 | 111010 | 110010 |
Color Harmonies of #C936B5
Complementary color
Monochromatic Colors of #C936B5
Black with #C936B5
Text Example
Text Example
White with #C936B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936B5; }
p { color: rgb(201,54,181); }
H1.HeaderClassName
{
color: #C936B5;
}
.AnyTagClassName
{
color: #C936B5;
}
</style>
background-color css
<style>
a { background-color: #C936B5; }
a { background-color: rgb(201,54,181); }
div.DivClassName
{
background-color: #C936B5;
}
.BgClassName
{
background-color: #C936B5;
}
</style>
border-color css
<style>
span { border-color: #C936B5; }
span { border-color: rgb(201,54,181); }
td.TdClassName
{
border-color: #C936B5;
}
.TagClassName
{
border-color: #C936B5;
}
</style>