Shades of Fuchsia #C36EBA
Tints of Fuchsia #C36EBA
RGB
CMYK
RGB Variations
Color information
#C36EBA (or 0xC36EBA) is known color: Fuchsia. HEX triplet: C3, 6E and BA. RGB value is (195,110,186). Sum of RGB (Red+Green+Blue) = 195+110+186=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C36EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36EBA is #3C9145. Grayscale: #8F8F8F. Windows color (decimal): -3969350 or 12218051. OLE color: 12218051.
HSL color Cylindrical-coordinate representation of color #C36EBA: hue angle of 306.35º 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 #C36EBA is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 110 | 186 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.24 |
| HSL | 306.35º | 0.41% | 0.6% | - |
| HSV(B) | 306.35º | 0.44% | 0.76% | - |
| XYZ | 36.94 | 26.3 | 49.58 | - |
| YUV | 144.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 110 | 186 | 0 | 0.44 | 0.05 | 0.24 | 306.35 | 0.41 | 0.6 |
| Hex | C3 | 6E | BA | 0 | 2C | 5 | 18 | 132 | 29 | 3C |
| Octal | 303 | 156 | 272 | 0 | 54 | 5 | 30 | 462 | 51 | 74 |
| Binary | 11000011 | 1101110 | 10111010 | 0 | 101100 | 101 | 11000 | 100110010 | 101001 | 111100 |
Color Harmonies of #C36EBA
Complementary color
Monochromatic Colors of #C36EBA
Black with #C36EBA
Text Example
Text Example
White with #C36EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36EBA; }
p { color: rgb(195,110,186); }
H1.HeaderClassName
{
color: #C36EBA;
}
.AnyTagClassName
{
color: #C36EBA;
}
</style>
background-color css
<style>
a { background-color: #C36EBA; }
a { background-color: rgb(195,110,186); }
div.DivClassName
{
background-color: #C36EBA;
}
.BgClassName
{
background-color: #C36EBA;
}
</style>
border-color css
<style>
span { border-color: #C36EBA; }
span { border-color: rgb(195,110,186); }
td.TdClassName
{
border-color: #C36EBA;
}
.TagClassName
{
border-color: #C36EBA;
}
</style>