Shades of Fuchsia #C36DBC
Tints of Fuchsia #C36DBC
RGB
CMYK
RGB Variations
Color information
#C36DBC (or 0xC36DBC) is known color: Fuchsia. HEX triplet: C3, 6D and BC. RGB value is (195,109,188). Sum of RGB (Red+Green+Blue) = 195+109+188=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DBC is #3C9243. Grayscale: #8F8F8F. Windows color (decimal): -3969604 or 12348867. OLE color: 12348867.
HSL color Cylindrical-coordinate representation of color #C36DBC: hue angle of 304.88º degrees, saturation: 0.42, 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 #C36DBC is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 188 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.24 |
| HSL | 304.88º | 0.42% | 0.6% | - |
| HSV(B) | 304.88º | 0.44% | 0.76% | - |
| XYZ | 37.05 | 26.17 | 50.68 | - |
| YUV | 143.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 188 | 0 | 0.44 | 0.04 | 0.24 | 304.88 | 0.42 | 0.6 |
| Hex | C3 | 6D | BC | 0 | 2C | 4 | 18 | 131 | 2A | 3C |
| Octal | 303 | 155 | 274 | 0 | 54 | 4 | 30 | 461 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10111100 | 0 | 101100 | 100 | 11000 | 100110001 | 101010 | 111100 |
Color Harmonies of #C36DBC
Complementary color
Monochromatic Colors of #C36DBC
Black with #C36DBC
Text Example
Text Example
White with #C36DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DBC; }
p { color: rgb(195,109,188); }
H1.HeaderClassName
{
color: #C36DBC;
}
.AnyTagClassName
{
color: #C36DBC;
}
</style>
background-color css
<style>
a { background-color: #C36DBC; }
a { background-color: rgb(195,109,188); }
div.DivClassName
{
background-color: #C36DBC;
}
.BgClassName
{
background-color: #C36DBC;
}
</style>
border-color css
<style>
span { border-color: #C36DBC; }
span { border-color: rgb(195,109,188); }
td.TdClassName
{
border-color: #C36DBC;
}
.TagClassName
{
border-color: #C36DBC;
}
</style>