Shades of Fuchsia #C36CB5
Tints of Fuchsia #C36CB5
RGB
CMYK
RGB Variations
Color information
#C36CB5 (or 0xC36CB5) is known color: Fuchsia. HEX triplet: C3, 6C and B5. RGB value is (195,108,181). Sum of RGB (Red+Green+Blue) = 195+108+181=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CB5 is #3C934A. Grayscale: #8E8E8E. Windows color (decimal): -3969867 or 11889859. OLE color: 11889859.
HSL color Cylindrical-coordinate representation of color #C36CB5: hue angle of 309.66º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CB5 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 181 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.24 |
| HSL | 309.66º | 0.42% | 0.59% | - |
| HSV(B) | 309.66º | 0.45% | 0.76% | - |
| XYZ | 36.21 | 25.66 | 46.76 | - |
| YUV | 142.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 181 | 0 | 0.45 | 0.07 | 0.24 | 309.66 | 0.42 | 0.59 |
| Hex | C3 | 6C | B5 | 0 | 2D | 7 | 18 | 136 | 2A | 3B |
| Octal | 303 | 154 | 265 | 0 | 55 | 7 | 30 | 466 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10110101 | 0 | 101101 | 111 | 11000 | 100110110 | 101010 | 111011 |
Color Harmonies of #C36CB5
Complementary color
Monochromatic Colors of #C36CB5
Black with #C36CB5
Text Example
Text Example
White with #C36CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CB5; }
p { color: rgb(195,108,181); }
H1.HeaderClassName
{
color: #C36CB5;
}
.AnyTagClassName
{
color: #C36CB5;
}
</style>
background-color css
<style>
a { background-color: #C36CB5; }
a { background-color: rgb(195,108,181); }
div.DivClassName
{
background-color: #C36CB5;
}
.BgClassName
{
background-color: #C36CB5;
}
</style>
border-color css
<style>
span { border-color: #C36CB5; }
span { border-color: rgb(195,108,181); }
td.TdClassName
{
border-color: #C36CB5;
}
.TagClassName
{
border-color: #C36CB5;
}
</style>