Shades of Fuchsia #C36BB5
Tints of Fuchsia #C36BB5
RGB
CMYK
RGB Variations
Color information
#C36BB5 (or 0xC36BB5) is known color: Fuchsia. HEX triplet: C3, 6B and B5. RGB value is (195,107,181). Sum of RGB (Red+Green+Blue) = 195+107+181=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BB5 is #3C944A. Grayscale: #8D8D8D. Windows color (decimal): -3970123 or 11889603. OLE color: 11889603.
HSL color Cylindrical-coordinate representation of color #C36BB5: hue angle of 309.55º 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 #C36BB5 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 181 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.24 |
| HSL | 309.55º | 0.42% | 0.59% | - |
| HSV(B) | 309.55º | 0.45% | 0.76% | - |
| XYZ | 36.1 | 25.45 | 46.73 | - |
| YUV | 141.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 181 | 0 | 0.45 | 0.07 | 0.24 | 309.55 | 0.42 | 0.59 |
| Hex | C3 | 6B | B5 | 0 | 2D | 7 | 18 | 136 | 2A | 3B |
| Octal | 303 | 153 | 265 | 0 | 55 | 7 | 30 | 466 | 52 | 73 |
| Binary | 11000011 | 1101011 | 10110101 | 0 | 101101 | 111 | 11000 | 100110110 | 101010 | 111011 |
Color Harmonies of #C36BB5
Complementary color
Monochromatic Colors of #C36BB5
Black with #C36BB5
Text Example
Text Example
White with #C36BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BB5; }
p { color: rgb(195,107,181); }
H1.HeaderClassName
{
color: #C36BB5;
}
.AnyTagClassName
{
color: #C36BB5;
}
</style>
background-color css
<style>
a { background-color: #C36BB5; }
a { background-color: rgb(195,107,181); }
div.DivClassName
{
background-color: #C36BB5;
}
.BgClassName
{
background-color: #C36BB5;
}
</style>
border-color css
<style>
span { border-color: #C36BB5; }
span { border-color: rgb(195,107,181); }
td.TdClassName
{
border-color: #C36BB5;
}
.TagClassName
{
border-color: #C36BB5;
}
</style>