Shades of Fuchsia #C36DAF
Tints of Fuchsia #C36DAF
RGB
CMYK
RGB Variations
Color information
#C36DAF (or 0xC36DAF) is known color: Fuchsia. HEX triplet: C3, 6D and AF. RGB value is (195,109,175). Sum of RGB (Red+Green+Blue) = 195+109+175=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36DAF is #3C9250. Grayscale: #8E8E8E. Windows color (decimal): -3969617 or 11496899. OLE color: 11496899.
HSL color Cylindrical-coordinate representation of color #C36DAF: hue angle of 313.95º 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 #C36DAF is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 175 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.24 |
| HSL | 313.95º | 0.42% | 0.6% | - |
| HSV(B) | 313.95º | 0.44% | 0.76% | - |
| XYZ | 35.71 | 25.63 | 43.62 | - |
| YUV | 142.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 175 | 0 | 0.44 | 0.10 | 0.24 | 313.95 | 0.42 | 0.6 |
| Hex | C3 | 6D | AF | 0 | 2C | A | 18 | 13A | 2A | 3C |
| Octal | 303 | 155 | 257 | 0 | 54 | 12 | 30 | 472 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10101111 | 0 | 101100 | 1010 | 11000 | 100111010 | 101010 | 111100 |
Color Harmonies of #C36DAF
Complementary color
Monochromatic Colors of #C36DAF
Black with #C36DAF
Text Example
Text Example
White with #C36DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DAF; }
p { color: rgb(195,109,175); }
H1.HeaderClassName
{
color: #C36DAF;
}
.AnyTagClassName
{
color: #C36DAF;
}
</style>
background-color css
<style>
a { background-color: #C36DAF; }
a { background-color: rgb(195,109,175); }
div.DivClassName
{
background-color: #C36DAF;
}
.BgClassName
{
background-color: #C36DAF;
}
</style>
border-color css
<style>
span { border-color: #C36DAF; }
span { border-color: rgb(195,109,175); }
td.TdClassName
{
border-color: #C36DAF;
}
.TagClassName
{
border-color: #C36DAF;
}
</style>