Shades of Fuchsia #C96BAF
Tints of Fuchsia #C96BAF
RGB
CMYK
RGB Variations
Color information
#C96BAF (or 0xC96BAF) is known color: Fuchsia. HEX triplet: C9, 6B and AF. RGB value is (201,107,175). Sum of RGB (Red+Green+Blue) = 201+107+175=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C96BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96BAF is #369450. Grayscale: #8E8E8E. Windows color (decimal): -3576913 or 11496393. OLE color: 11496393.
HSL color Cylindrical-coordinate representation of color #C96BAF: hue angle of 316.6º 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 #C96BAF is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 175 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.21 |
| HSL | 316.6º | 0.47% | 0.6% | - |
| HSV(B) | 316.6º | 0.47% | 0.79% | - |
| XYZ | 37.08 | 26.03 | 43.63 | - |
| YUV | 142.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 175 | 0 | 0.47 | 0.13 | 0.21 | 316.6 | 0.47 | 0.6 |
| Hex | C9 | 6B | AF | 0 | 2F | D | 15 | 13D | 2F | 3C |
| Octal | 311 | 153 | 257 | 0 | 57 | 15 | 25 | 475 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10101111 | 0 | 101111 | 1101 | 10101 | 100111101 | 101111 | 111100 |
Color Harmonies of #C96BAF
Complementary color
Monochromatic Colors of #C96BAF
Black with #C96BAF
Text Example
Text Example
White with #C96BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BAF; }
p { color: rgb(201,107,175); }
H1.HeaderClassName
{
color: #C96BAF;
}
.AnyTagClassName
{
color: #C96BAF;
}
</style>
background-color css
<style>
a { background-color: #C96BAF; }
a { background-color: rgb(201,107,175); }
div.DivClassName
{
background-color: #C96BAF;
}
.BgClassName
{
background-color: #C96BAF;
}
</style>
border-color css
<style>
span { border-color: #C96BAF; }
span { border-color: rgb(201,107,175); }
td.TdClassName
{
border-color: #C96BAF;
}
.TagClassName
{
border-color: #C96BAF;
}
</style>