Shades of Fuchsia #C36DBF
Tints of Fuchsia #C36DBF
RGB
CMYK
RGB Variations
Color information
#C36DBF (or 0xC36DBF) is known color: Fuchsia. HEX triplet: C3, 6D and BF. RGB value is (195,109,191). Sum of RGB (Red+Green+Blue) = 195+109+191=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DBF is #3C9240. Grayscale: #8F8F8F. Windows color (decimal): -3969601 or 12545475. OLE color: 12545475.
HSL color Cylindrical-coordinate representation of color #C36DBF: hue angle of 302.79º 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 #C36DBF is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 191 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.24 |
| HSL | 302.79º | 0.42% | 0.6% | - |
| HSV(B) | 302.79º | 0.44% | 0.76% | - |
| XYZ | 37.38 | 26.3 | 52.4 | - |
| YUV | 144.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 191 | 0 | 0.44 | 0.02 | 0.24 | 302.79 | 0.42 | 0.6 |
| Hex | C3 | 6D | BF | 0 | 2C | 2 | 18 | 12F | 2A | 3C |
| Octal | 303 | 155 | 277 | 0 | 54 | 2 | 30 | 457 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10111111 | 0 | 101100 | 10 | 11000 | 100101111 | 101010 | 111100 |
Color Harmonies of #C36DBF
Complementary color
Monochromatic Colors of #C36DBF
Black with #C36DBF
Text Example
Text Example
White with #C36DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DBF; }
p { color: rgb(195,109,191); }
H1.HeaderClassName
{
color: #C36DBF;
}
.AnyTagClassName
{
color: #C36DBF;
}
</style>
background-color css
<style>
a { background-color: #C36DBF; }
a { background-color: rgb(195,109,191); }
div.DivClassName
{
background-color: #C36DBF;
}
.BgClassName
{
background-color: #C36DBF;
}
</style>
border-color css
<style>
span { border-color: #C36DBF; }
span { border-color: rgb(195,109,191); }
td.TdClassName
{
border-color: #C36DBF;
}
.TagClassName
{
border-color: #C36DBF;
}
</style>