Shades of Fuchsia #C36DB6
Tints of Fuchsia #C36DB6
RGB
CMYK
RGB Variations
Color information
#C36DB6 (or 0xC36DB6) is known color: Fuchsia. HEX triplet: C3, 6D and B6. RGB value is (195,109,182). Sum of RGB (Red+Green+Blue) = 195+109+182=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DB6 is #3C9249. Grayscale: #8E8E8E. Windows color (decimal): -3969610 or 11955651. OLE color: 11955651.
HSL color Cylindrical-coordinate representation of color #C36DB6: hue angle of 309.07º 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 #C36DB6 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 182 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.24 |
| HSL | 309.07º | 0.42% | 0.6% | - |
| HSV(B) | 309.07º | 0.44% | 0.76% | - |
| XYZ | 36.42 | 25.92 | 47.34 | - |
| YUV | 143.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 182 | 0 | 0.44 | 0.07 | 0.24 | 309.07 | 0.42 | 0.6 |
| Hex | C3 | 6D | B6 | 0 | 2C | 7 | 18 | 135 | 2A | 3C |
| Octal | 303 | 155 | 266 | 0 | 54 | 7 | 30 | 465 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10110110 | 0 | 101100 | 111 | 11000 | 100110101 | 101010 | 111100 |
Color Harmonies of #C36DB6
Complementary color
Monochromatic Colors of #C36DB6
Black with #C36DB6
Text Example
Text Example
White with #C36DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DB6; }
p { color: rgb(195,109,182); }
H1.HeaderClassName
{
color: #C36DB6;
}
.AnyTagClassName
{
color: #C36DB6;
}
</style>
background-color css
<style>
a { background-color: #C36DB6; }
a { background-color: rgb(195,109,182); }
div.DivClassName
{
background-color: #C36DB6;
}
.BgClassName
{
background-color: #C36DB6;
}
</style>
border-color css
<style>
span { border-color: #C36DB6; }
span { border-color: rgb(195,109,182); }
td.TdClassName
{
border-color: #C36DB6;
}
.TagClassName
{
border-color: #C36DB6;
}
</style>