Shades of Fuchsia #C936CB
Tints of Fuchsia #C936CB
RGB
CMYK
RGB Variations
Color information
#C936CB (or 0xC936CB) is known color: Fuchsia. HEX triplet: C9, 36 and CB. RGB value is (201,54,203). Sum of RGB (Red+Green+Blue) = 201+54+203=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #C936CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936CB is #36C934. Grayscale: #727272. Windows color (decimal): -3590453 or 13317833. OLE color: 13317833.
HSL color Cylindrical-coordinate representation of color #C936CB: hue angle of 299.19º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C936CB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 54 | 203 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.20 |
| HSL | 299.19º | 0.59% | 0.5% | - |
| HSV(B) | 299.19º | 0.73% | 0.8% | - |
| XYZ | 36.19 | 19.37 | 58.33 | - |
| YUV | 114.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 203 | 0.01 | 0.73 | 0 | 0.20 | 299.19 | 0.59 | 0.5 |
| Hex | C9 | 36 | CB | 1 | 49 | 0 | 14 | 12B | 3B | 32 |
| Octal | 311 | 66 | 313 | 1 | 111 | 0 | 24 | 453 | 73 | 62 |
| Binary | 11001001 | 110110 | 11001011 | 1 | 1001001 | 0 | 10100 | 100101011 | 111011 | 110010 |
Color Harmonies of #C936CB
Complementary color
Monochromatic Colors of #C936CB
Black with #C936CB
Text Example
Text Example
White with #C936CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936CB; }
p { color: rgb(201,54,203); }
H1.HeaderClassName
{
color: #C936CB;
}
.AnyTagClassName
{
color: #C936CB;
}
</style>
background-color css
<style>
a { background-color: #C936CB; }
a { background-color: rgb(201,54,203); }
div.DivClassName
{
background-color: #C936CB;
}
.BgClassName
{
background-color: #C936CB;
}
</style>
border-color css
<style>
span { border-color: #C936CB; }
span { border-color: rgb(201,54,203); }
td.TdClassName
{
border-color: #C936CB;
}
.TagClassName
{
border-color: #C936CB;
}
</style>