Shades of Fuchsia #C936CC
Tints of Fuchsia #C936CC
RGB
CMYK
RGB Variations
Color information
#C936CC (or 0xC936CC) is known color: Fuchsia. HEX triplet: C9, 36 and CC. RGB value is (201,54,204). Sum of RGB (Red+Green+Blue) = 201+54+204=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C936CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936CC is #36C933. Grayscale: #727272. Windows color (decimal): -3590452 or 13383369. OLE color: 13383369.
HSL color Cylindrical-coordinate representation of color #C936CC: hue angle of 298.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C936CC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 54 | 204 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.2 |
| HSL | 298.8º | 0.6% | 0.51% | - |
| HSV(B) | 298.8º | 0.74% | 0.8% | - |
| XYZ | 36.31 | 19.42 | 58.96 | - |
| YUV | 115.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 204 | 0.01 | 0.74 | 0 | 0.2 | 298.8 | 0.6 | 0.51 |
| Hex | C9 | 36 | CC | 1 | 4A | 0 | 14 | 12B | 3C | 33 |
| Octal | 311 | 66 | 314 | 1 | 112 | 0 | 24 | 453 | 74 | 63 |
| Binary | 11001001 | 110110 | 11001100 | 1 | 1001010 | 0 | 10100 | 100101011 | 111100 | 110011 |
Color Harmonies of #C936CC
Complementary color
Monochromatic Colors of #C936CC
Black with #C936CC
Text Example
Text Example
White with #C936CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936CC; }
p { color: rgb(201,54,204); }
H1.HeaderClassName
{
color: #C936CC;
}
.AnyTagClassName
{
color: #C936CC;
}
</style>
background-color css
<style>
a { background-color: #C936CC; }
a { background-color: rgb(201,54,204); }
div.DivClassName
{
background-color: #C936CC;
}
.BgClassName
{
background-color: #C936CC;
}
</style>
border-color css
<style>
span { border-color: #C936CC; }
span { border-color: rgb(201,54,204); }
td.TdClassName
{
border-color: #C936CC;
}
.TagClassName
{
border-color: #C936CC;
}
</style>