Shades of Fuchsia #C36CB9
Tints of Fuchsia #C36CB9
RGB
CMYK
RGB Variations
Color information
#C36CB9 (or 0xC36CB9) is known color: Fuchsia. HEX triplet: C3, 6C and B9. RGB value is (195,108,185). Sum of RGB (Red+Green+Blue) = 195+108+185=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CB9 is #3C9346. Grayscale: #8E8E8E. Windows color (decimal): -3969863 or 12152003. OLE color: 12152003.
HSL color Cylindrical-coordinate representation of color #C36CB9: hue angle of 306.9º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CB9 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 185 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.24 |
| HSL | 306.9º | 0.42% | 0.59% | - |
| HSV(B) | 306.9º | 0.45% | 0.76% | - |
| XYZ | 36.63 | 25.83 | 48.95 | - |
| YUV | 142.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 185 | 0 | 0.45 | 0.05 | 0.24 | 306.9 | 0.42 | 0.59 |
| Hex | C3 | 6C | B9 | 0 | 2D | 5 | 18 | 133 | 2A | 3B |
| Octal | 303 | 154 | 271 | 0 | 55 | 5 | 30 | 463 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10111001 | 0 | 101101 | 101 | 11000 | 100110011 | 101010 | 111011 |
Color Harmonies of #C36CB9
Complementary color
Monochromatic Colors of #C36CB9
Black with #C36CB9
Text Example
Text Example
White with #C36CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CB9; }
p { color: rgb(195,108,185); }
H1.HeaderClassName
{
color: #C36CB9;
}
.AnyTagClassName
{
color: #C36CB9;
}
</style>
background-color css
<style>
a { background-color: #C36CB9; }
a { background-color: rgb(195,108,185); }
div.DivClassName
{
background-color: #C36CB9;
}
.BgClassName
{
background-color: #C36CB9;
}
</style>
border-color css
<style>
span { border-color: #C36CB9; }
span { border-color: rgb(195,108,185); }
td.TdClassName
{
border-color: #C36CB9;
}
.TagClassName
{
border-color: #C36CB9;
}
</style>