Shades of Fuchsia #C96BBA
Tints of Fuchsia #C96BBA
RGB
CMYK
RGB Variations
Color information
#C96BBA (or 0xC96BBA) is known color: Fuchsia. HEX triplet: C9, 6B and BA. RGB value is (201,107,186). Sum of RGB (Red+Green+Blue) = 201+107+186=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BBA is #369445. Grayscale: #8F8F8F. Windows color (decimal): -3576902 or 12217289. OLE color: 12217289.
HSL color Cylindrical-coordinate representation of color #C96BBA: hue angle of 309.57º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96BBA is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 186 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.21 |
| HSL | 309.57º | 0.47% | 0.6% | - |
| HSV(B) | 309.57º | 0.47% | 0.79% | - |
| XYZ | 38.21 | 26.48 | 49.55 | - |
| YUV | 144.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 186 | 0 | 0.47 | 0.07 | 0.21 | 309.57 | 0.47 | 0.6 |
| Hex | C9 | 6B | BA | 0 | 2F | 7 | 15 | 136 | 2F | 3C |
| Octal | 311 | 153 | 272 | 0 | 57 | 7 | 25 | 466 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10111010 | 0 | 101111 | 111 | 10101 | 100110110 | 101111 | 111100 |
Color Harmonies of #C96BBA
Complementary color
Monochromatic Colors of #C96BBA
Black with #C96BBA
Text Example
Text Example
White with #C96BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BBA; }
p { color: rgb(201,107,186); }
H1.HeaderClassName
{
color: #C96BBA;
}
.AnyTagClassName
{
color: #C96BBA;
}
</style>
background-color css
<style>
a { background-color: #C96BBA; }
a { background-color: rgb(201,107,186); }
div.DivClassName
{
background-color: #C96BBA;
}
.BgClassName
{
background-color: #C96BBA;
}
</style>
border-color css
<style>
span { border-color: #C96BBA; }
span { border-color: rgb(201,107,186); }
td.TdClassName
{
border-color: #C96BBA;
}
.TagClassName
{
border-color: #C96BBA;
}
</style>