Shades of Fuchsia #C036CB
Tints of Fuchsia #C036CB
RGB
CMYK
RGB Variations
Color information
#C036CB (or 0xC036CB) is known color: Fuchsia. HEX triplet: C0, 36 and CB. RGB value is (192,54,203). Sum of RGB (Red+Green+Blue) = 192+54+203=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C036CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036CB is #3FC934. Grayscale: #6F6F6F. Windows color (decimal): -4180277 or 13317824. OLE color: 13317824.
HSL color Cylindrical-coordinate representation of color #C036CB: hue angle of 295.57º 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 #C036CB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 54 | 203 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.20 |
| HSL | 295.57º | 0.59% | 0.5% | - |
| HSV(B) | 295.57º | 0.73% | 0.8% | - |
| XYZ | 33.84 | 18.16 | 58.22 | - |
| YUV | 112.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 203 | 0.05 | 0.73 | 0 | 0.20 | 295.57 | 0.59 | 0.5 |
| Hex | C0 | 36 | CB | 5 | 49 | 0 | 14 | 128 | 3B | 32 |
| Octal | 300 | 66 | 313 | 5 | 111 | 0 | 24 | 450 | 73 | 62 |
| Binary | 11000000 | 110110 | 11001011 | 101 | 1001001 | 0 | 10100 | 100101000 | 111011 | 110010 |
Color Harmonies of #C036CB
Complementary color
Monochromatic Colors of #C036CB
Black with #C036CB
Text Example
Text Example
White with #C036CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036CB; }
p { color: rgb(192,54,203); }
H1.HeaderClassName
{
color: #C036CB;
}
.AnyTagClassName
{
color: #C036CB;
}
</style>
background-color css
<style>
a { background-color: #C036CB; }
a { background-color: rgb(192,54,203); }
div.DivClassName
{
background-color: #C036CB;
}
.BgClassName
{
background-color: #C036CB;
}
</style>
border-color css
<style>
span { border-color: #C036CB; }
span { border-color: rgb(192,54,203); }
td.TdClassName
{
border-color: #C036CB;
}
.TagClassName
{
border-color: #C036CB;
}
</style>