Shades of Fuchsia #C936CE
Tints of Fuchsia #C936CE
RGB
CMYK
RGB Variations
Color information
#C936CE (or 0xC936CE) is known color: Fuchsia. HEX triplet: C9, 36 and CE. RGB value is (201,54,206). Sum of RGB (Red+Green+Blue) = 201+54+206=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #C936CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936CE is #36C931. Grayscale: #727272. Windows color (decimal): -3590450 or 13514441. OLE color: 13514441.
HSL color Cylindrical-coordinate representation of color #C936CE: hue angle of 298.03º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C936CE is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 54 | 206 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.19 |
| HSL | 298.03º | 0.61% | 0.51% | - |
| HSV(B) | 298.03º | 0.74% | 0.81% | - |
| XYZ | 36.55 | 19.51 | 60.23 | - |
| YUV | 115.28 | 179.2 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 206 | 0.02 | 0.74 | 0 | 0.19 | 298.03 | 0.61 | 0.51 |
| Hex | C9 | 36 | CE | 2 | 4A | 0 | 13 | 12A | 3D | 33 |
| Octal | 311 | 66 | 316 | 2 | 112 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001001 | 110110 | 11001110 | 10 | 1001010 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #C936CE
Complementary color
Monochromatic Colors of #C936CE
Black with #C936CE
Text Example
Text Example
White with #C936CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936CE; }
p { color: rgb(201,54,206); }
H1.HeaderClassName
{
color: #C936CE;
}
.AnyTagClassName
{
color: #C936CE;
}
</style>
background-color css
<style>
a { background-color: #C936CE; }
a { background-color: rgb(201,54,206); }
div.DivClassName
{
background-color: #C936CE;
}
.BgClassName
{
background-color: #C936CE;
}
</style>
border-color css
<style>
span { border-color: #C936CE; }
span { border-color: rgb(201,54,206); }
td.TdClassName
{
border-color: #C936CE;
}
.TagClassName
{
border-color: #C936CE;
}
</style>