Shades of Fuchsia #C36DAD
Tints of Fuchsia #C36DAD
RGB
CMYK
RGB Variations
Color information
#C36DAD (or 0xC36DAD) is known color: Fuchsia. HEX triplet: C3, 6D and AD. RGB value is (195,109,173). Sum of RGB (Red+Green+Blue) = 195+109+173=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36DAD is #3C9252. Grayscale: #8D8D8D. Windows color (decimal): -3969619 or 11365827. OLE color: 11365827.
HSL color Cylindrical-coordinate representation of color #C36DAD: hue angle of 315.35º 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 #C36DAD is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 173 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.24 |
| HSL | 315.35º | 0.42% | 0.6% | - |
| HSV(B) | 315.35º | 0.44% | 0.76% | - |
| XYZ | 35.52 | 25.56 | 42.6 | - |
| YUV | 142.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 173 | 0 | 0.44 | 0.11 | 0.24 | 315.35 | 0.42 | 0.6 |
| Hex | C3 | 6D | AD | 0 | 2C | B | 18 | 13B | 2A | 3C |
| Octal | 303 | 155 | 255 | 0 | 54 | 13 | 30 | 473 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10101101 | 0 | 101100 | 1011 | 11000 | 100111011 | 101010 | 111100 |
Color Harmonies of #C36DAD
Complementary color
Monochromatic Colors of #C36DAD
Black with #C36DAD
Text Example
Text Example
White with #C36DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DAD; }
p { color: rgb(195,109,173); }
H1.HeaderClassName
{
color: #C36DAD;
}
.AnyTagClassName
{
color: #C36DAD;
}
</style>
background-color css
<style>
a { background-color: #C36DAD; }
a { background-color: rgb(195,109,173); }
div.DivClassName
{
background-color: #C36DAD;
}
.BgClassName
{
background-color: #C36DAD;
}
</style>
border-color css
<style>
span { border-color: #C36DAD; }
span { border-color: rgb(195,109,173); }
td.TdClassName
{
border-color: #C36DAD;
}
.TagClassName
{
border-color: #C36DAD;
}
</style>