Shades of Fuchsia #C36BAE
Tints of Fuchsia #C36BAE
RGB
CMYK
RGB Variations
Color information
#C36BAE (or 0xC36BAE) is known color: Fuchsia. HEX triplet: C3, 6B and AE. RGB value is (195,107,174). Sum of RGB (Red+Green+Blue) = 195+107+174=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36BAE is #3C9451. Grayscale: #8C8C8C. Windows color (decimal): -3970130 or 11430851. OLE color: 11430851.
HSL color Cylindrical-coordinate representation of color #C36BAE: hue angle of 314.32º 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 #C36BAE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 174 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.24 |
| HSL | 314.32º | 0.42% | 0.59% | - |
| HSV(B) | 314.32º | 0.45% | 0.76% | - |
| XYZ | 35.4 | 25.17 | 43.04 | - |
| YUV | 140.95 | 146.65 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 174 | 0 | 0.45 | 0.11 | 0.24 | 314.32 | 0.42 | 0.59 |
| Hex | C3 | 6B | AE | 0 | 2D | B | 18 | 13A | 2A | 3B |
| Octal | 303 | 153 | 256 | 0 | 55 | 13 | 30 | 472 | 52 | 73 |
| Binary | 11000011 | 1101011 | 10101110 | 0 | 101101 | 1011 | 11000 | 100111010 | 101010 | 111011 |
Color Harmonies of #C36BAE
Complementary color
Monochromatic Colors of #C36BAE
Black with #C36BAE
Text Example
Text Example
White with #C36BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BAE; }
p { color: rgb(195,107,174); }
H1.HeaderClassName
{
color: #C36BAE;
}
.AnyTagClassName
{
color: #C36BAE;
}
</style>
background-color css
<style>
a { background-color: #C36BAE; }
a { background-color: rgb(195,107,174); }
div.DivClassName
{
background-color: #C36BAE;
}
.BgClassName
{
background-color: #C36BAE;
}
</style>
border-color css
<style>
span { border-color: #C36BAE; }
span { border-color: rgb(195,107,174); }
td.TdClassName
{
border-color: #C36BAE;
}
.TagClassName
{
border-color: #C36BAE;
}
</style>