Shades of Fuchsia #C96DB8
Tints of Fuchsia #C96DB8
RGB
CMYK
RGB Variations
Color information
#C96DB8 (or 0xC96DB8) is known color: Fuchsia. HEX triplet: C9, 6D and B8. RGB value is (201,109,184). Sum of RGB (Red+Green+Blue) = 201+109+184=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C96DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DB8 is #369247. Grayscale: #909090. Windows color (decimal): -3576392 or 12086729. OLE color: 12086729.
HSL color Cylindrical-coordinate representation of color #C96DB8: hue angle of 311.09º 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 #C96DB8 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 109 | 184 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.21 |
| HSL | 311.09º | 0.46% | 0.61% | - |
| HSV(B) | 311.09º | 0.46% | 0.79% | - |
| XYZ | 38.21 | 26.82 | 48.51 | - |
| YUV | 145.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 184 | 0 | 0.46 | 0.08 | 0.21 | 311.09 | 0.46 | 0.61 |
| Hex | C9 | 6D | B8 | 0 | 2E | 8 | 15 | 137 | 2E | 3D |
| Octal | 311 | 155 | 270 | 0 | 56 | 10 | 25 | 467 | 56 | 75 |
| Binary | 11001001 | 1101101 | 10111000 | 0 | 101110 | 1000 | 10101 | 100110111 | 101110 | 111101 |
Color Harmonies of #C96DB8
Complementary color
Monochromatic Colors of #C96DB8
Black with #C96DB8
Text Example
Text Example
White with #C96DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DB8; }
p { color: rgb(201,109,184); }
H1.HeaderClassName
{
color: #C96DB8;
}
.AnyTagClassName
{
color: #C96DB8;
}
</style>
background-color css
<style>
a { background-color: #C96DB8; }
a { background-color: rgb(201,109,184); }
div.DivClassName
{
background-color: #C96DB8;
}
.BgClassName
{
background-color: #C96DB8;
}
</style>
border-color css
<style>
span { border-color: #C96DB8; }
span { border-color: rgb(201,109,184); }
td.TdClassName
{
border-color: #C96DB8;
}
.TagClassName
{
border-color: #C96DB8;
}
</style>