Shades of Fuchsia #C36EC0
Tints of Fuchsia #C36EC0
RGB
CMYK
RGB Variations
Color information
#C36EC0 (or 0xC36EC0) is known color: Fuchsia. HEX triplet: C3, 6E and C0. RGB value is (195,110,192). Sum of RGB (Red+Green+Blue) = 195+110+192=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C36EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EC0 is #3C913F. Grayscale: #909090. Windows color (decimal): -3969344 or 12611267. OLE color: 12611267.
HSL color Cylindrical-coordinate representation of color #C36EC0: hue angle of 302.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36EC0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 192 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.24 |
| HSL | 302.12º | 0.41% | 0.6% | - |
| HSV(B) | 302.12º | 0.44% | 0.76% | - |
| XYZ | 37.6 | 26.56 | 53.01 | - |
| YUV | 144.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 192 | 0 | 0.44 | 0.02 | 0.24 | 302.12 | 0.41 | 0.6 |
| Hex | C3 | 6E | C0 | 0 | 2C | 2 | 18 | 12E | 29 | 3C |
| Octal | 303 | 156 | 300 | 0 | 54 | 2 | 30 | 456 | 51 | 74 |
| Binary | 11000011 | 1101110 | 11000000 | 0 | 101100 | 10 | 11000 | 100101110 | 101001 | 111100 |
Color Harmonies of #C36EC0
Complementary color
Monochromatic Colors of #C36EC0
Black with #C36EC0
Text Example
Text Example
White with #C36EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EC0; }
p { color: rgb(195,110,192); }
H1.HeaderClassName
{
color: #C36EC0;
}
.AnyTagClassName
{
color: #C36EC0;
}
</style>
background-color css
<style>
a { background-color: #C36EC0; }
a { background-color: rgb(195,110,192); }
div.DivClassName
{
background-color: #C36EC0;
}
.BgClassName
{
background-color: #C36EC0;
}
</style>
border-color css
<style>
span { border-color: #C36EC0; }
span { border-color: rgb(195,110,192); }
td.TdClassName
{
border-color: #C36EC0;
}
.TagClassName
{
border-color: #C36EC0;
}
</style>