Shades of Fuchsia #C96ABB
Tints of Fuchsia #C96ABB
RGB
CMYK
RGB Variations
Color information
#C96ABB (or 0xC96ABB) is known color: Fuchsia. HEX triplet: C9, 6A and BB. RGB value is (201,106,187). Sum of RGB (Red+Green+Blue) = 201+106+187=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C96ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ABB is #369544. Grayscale: #8F8F8F. Windows color (decimal): -3577157 or 12282569. OLE color: 12282569.
HSL color Cylindrical-coordinate representation of color #C96ABB: hue angle of 308.84º 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 #C96ABB is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 187 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.21 |
| HSL | 308.84º | 0.47% | 0.6% | - |
| HSV(B) | 308.84º | 0.47% | 0.79% | - |
| XYZ | 38.21 | 26.31 | 50.08 | - |
| YUV | 143.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 187 | 0 | 0.47 | 0.07 | 0.21 | 308.84 | 0.47 | 0.6 |
| Hex | C9 | 6A | BB | 0 | 2F | 7 | 15 | 135 | 2F | 3C |
| Octal | 311 | 152 | 273 | 0 | 57 | 7 | 25 | 465 | 57 | 74 |
| Binary | 11001001 | 1101010 | 10111011 | 0 | 101111 | 111 | 10101 | 100110101 | 101111 | 111100 |
Color Harmonies of #C96ABB
Complementary color
Monochromatic Colors of #C96ABB
Black with #C96ABB
Text Example
Text Example
White with #C96ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96ABB; }
p { color: rgb(201,106,187); }
H1.HeaderClassName
{
color: #C96ABB;
}
.AnyTagClassName
{
color: #C96ABB;
}
</style>
background-color css
<style>
a { background-color: #C96ABB; }
a { background-color: rgb(201,106,187); }
div.DivClassName
{
background-color: #C96ABB;
}
.BgClassName
{
background-color: #C96ABB;
}
</style>
border-color css
<style>
span { border-color: #C96ABB; }
span { border-color: rgb(201,106,187); }
td.TdClassName
{
border-color: #C96ABB;
}
.TagClassName
{
border-color: #C96ABB;
}
</style>