Shades of Fuchsia #C36DB5
Tints of Fuchsia #C36DB5
RGB
CMYK
RGB Variations
Color information
#C36DB5 (or 0xC36DB5) is known color: Fuchsia. HEX triplet: C3, 6D and B5. RGB value is (195,109,181). Sum of RGB (Red+Green+Blue) = 195+109+181=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C36DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36DB5 is #3C924A. Grayscale: #8E8E8E. Windows color (decimal): -3969611 or 11890115. OLE color: 11890115.
HSL color Cylindrical-coordinate representation of color #C36DB5: hue angle of 309.77º 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 #C36DB5 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 181 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.24 |
| HSL | 309.77º | 0.42% | 0.6% | - |
| HSV(B) | 309.77º | 0.44% | 0.76% | - |
| XYZ | 36.31 | 25.88 | 46.8 | - |
| YUV | 142.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 181 | 0 | 0.44 | 0.07 | 0.24 | 309.77 | 0.42 | 0.6 |
| Hex | C3 | 6D | B5 | 0 | 2C | 7 | 18 | 136 | 2A | 3C |
| Octal | 303 | 155 | 265 | 0 | 54 | 7 | 30 | 466 | 52 | 74 |
| Binary | 11000011 | 1101101 | 10110101 | 0 | 101100 | 111 | 11000 | 100110110 | 101010 | 111100 |
Color Harmonies of #C36DB5
Complementary color
Monochromatic Colors of #C36DB5
Black with #C36DB5
Text Example
Text Example
White with #C36DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36DB5; }
p { color: rgb(195,109,181); }
H1.HeaderClassName
{
color: #C36DB5;
}
.AnyTagClassName
{
color: #C36DB5;
}
</style>
background-color css
<style>
a { background-color: #C36DB5; }
a { background-color: rgb(195,109,181); }
div.DivClassName
{
background-color: #C36DB5;
}
.BgClassName
{
background-color: #C36DB5;
}
</style>
border-color css
<style>
span { border-color: #C36DB5; }
span { border-color: rgb(195,109,181); }
td.TdClassName
{
border-color: #C36DB5;
}
.TagClassName
{
border-color: #C36DB5;
}
</style>