Shades of Fuchsia #C36EB0
Tints of Fuchsia #C36EB0
RGB
CMYK
RGB Variations
Color information
#C36EB0 (or 0xC36EB0) is known color: Fuchsia. HEX triplet: C3, 6E and B0. RGB value is (195,110,176). Sum of RGB (Red+Green+Blue) = 195+110+176=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C36EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36EB0 is #3C914F. Grayscale: #8E8E8E. Windows color (decimal): -3969360 or 11562691. OLE color: 11562691.
HSL color Cylindrical-coordinate representation of color #C36EB0: hue angle of 313.41º 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 #C36EB0 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 176 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.24 |
| HSL | 313.41º | 0.41% | 0.6% | - |
| HSV(B) | 313.41º | 0.44% | 0.76% | - |
| XYZ | 35.92 | 25.89 | 44.18 | - |
| YUV | 142.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 176 | 0 | 0.44 | 0.10 | 0.24 | 313.41 | 0.41 | 0.6 |
| Hex | C3 | 6E | B0 | 0 | 2C | A | 18 | 139 | 29 | 3C |
| Octal | 303 | 156 | 260 | 0 | 54 | 12 | 30 | 471 | 51 | 74 |
| Binary | 11000011 | 1101110 | 10110000 | 0 | 101100 | 1010 | 11000 | 100111001 | 101001 | 111100 |
Color Harmonies of #C36EB0
Complementary color
Monochromatic Colors of #C36EB0
Black with #C36EB0
Text Example
Text Example
White with #C36EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EB0; }
p { color: rgb(195,110,176); }
H1.HeaderClassName
{
color: #C36EB0;
}
.AnyTagClassName
{
color: #C36EB0;
}
</style>
background-color css
<style>
a { background-color: #C36EB0; }
a { background-color: rgb(195,110,176); }
div.DivClassName
{
background-color: #C36EB0;
}
.BgClassName
{
background-color: #C36EB0;
}
</style>
border-color css
<style>
span { border-color: #C36EB0; }
span { border-color: rgb(195,110,176); }
td.TdClassName
{
border-color: #C36EB0;
}
.TagClassName
{
border-color: #C36EB0;
}
</style>