Shades of Fuchsia #C36DAE
Tints of Fuchsia #C36DAE
RGB
CMYK
RGB Variations
Color information
#C36DAE (or 0xC36DAE) is known color: Fuchsia. HEX triplet: C3, 6D and AE. RGB value is (195,109,174). Sum of RGB (Red+Green+Blue) = 195+109+174=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36DAE is #3C9251. Grayscale: #8D8D8D. Windows color (decimal): -3969618 or 11431363. OLE color: 11431363.
HSL color Cylindrical-coordinate representation of color #C36DAE: hue angle of 314.65º 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 #C36DAE is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 174 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.24 |
| HSL | 314.65º | 0.42% | 0.6% | - |
| HSV(B) | 314.65º | 0.44% | 0.76% | - |
| XYZ | 35.61 | 25.6 | 43.11 | - |
| YUV | 142.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 174 | 0 | 0.44 | 0.11 | 0.24 | 314.65 | 0.42 | 0.6 |
| Hex | C3 | 6D | AE | 0 | 2C | B | 18 | 13B | 2A | 3C |
| Octal | 303 | 155 | 256 | 0 | 54 | 13 | 30 | 473 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10101110 | 0 | 101100 | 1011 | 11000 | 100111011 | 101010 | 111100 |
Color Harmonies of #C36DAE
Complementary color
Monochromatic Colors of #C36DAE
Black with #C36DAE
Text Example
Text Example
White with #C36DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DAE; }
p { color: rgb(195,109,174); }
H1.HeaderClassName
{
color: #C36DAE;
}
.AnyTagClassName
{
color: #C36DAE;
}
</style>
background-color css
<style>
a { background-color: #C36DAE; }
a { background-color: rgb(195,109,174); }
div.DivClassName
{
background-color: #C36DAE;
}
.BgClassName
{
background-color: #C36DAE;
}
</style>
border-color css
<style>
span { border-color: #C36DAE; }
span { border-color: rgb(195,109,174); }
td.TdClassName
{
border-color: #C36DAE;
}
.TagClassName
{
border-color: #C36DAE;
}
</style>