Shades of Fuchsia #C96CBE
Tints of Fuchsia #C96CBE
RGB
CMYK
RGB Variations
Color information
#C96CBE (or 0xC96CBE) is known color: Fuchsia. HEX triplet: C9, 6C and BE. RGB value is (201,108,190). Sum of RGB (Red+Green+Blue) = 201+108+190=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CBE is #369341. Grayscale: #909090. Windows color (decimal): -3576642 or 12479689. OLE color: 12479689.
HSL color Cylindrical-coordinate representation of color #C96CBE: hue angle of 307.1º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96CBE is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 190 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.21 |
| HSL | 307.1º | 0.46% | 0.61% | - |
| HSV(B) | 307.1º | 0.46% | 0.79% | - |
| XYZ | 38.74 | 26.86 | 51.86 | - |
| YUV | 145.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 190 | 0 | 0.46 | 0.05 | 0.21 | 307.1 | 0.46 | 0.61 |
| Hex | C9 | 6C | BE | 0 | 2E | 5 | 15 | 133 | 2E | 3D |
| Octal | 311 | 154 | 276 | 0 | 56 | 5 | 25 | 463 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10111110 | 0 | 101110 | 101 | 10101 | 100110011 | 101110 | 111101 |
Color Harmonies of #C96CBE
Complementary color
Monochromatic Colors of #C96CBE
Black with #C96CBE
Text Example
Text Example
White with #C96CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CBE; }
p { color: rgb(201,108,190); }
H1.HeaderClassName
{
color: #C96CBE;
}
.AnyTagClassName
{
color: #C96CBE;
}
</style>
background-color css
<style>
a { background-color: #C96CBE; }
a { background-color: rgb(201,108,190); }
div.DivClassName
{
background-color: #C96CBE;
}
.BgClassName
{
background-color: #C96CBE;
}
</style>
border-color css
<style>
span { border-color: #C96CBE; }
span { border-color: rgb(201,108,190); }
td.TdClassName
{
border-color: #C96CBE;
}
.TagClassName
{
border-color: #C96CBE;
}
</style>