Shades of Fuchsia #C96CB2
Tints of Fuchsia #C96CB2
RGB
CMYK
RGB Variations
Color information
#C96CB2 (or 0xC96CB2) is known color: Fuchsia. HEX triplet: C9, 6C and B2. RGB value is (201,108,178). Sum of RGB (Red+Green+Blue) = 201+108+178=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96CB2 is #36934D. Grayscale: #8F8F8F. Windows color (decimal): -3576654 or 11693257. OLE color: 11693257.
HSL color Cylindrical-coordinate representation of color #C96CB2: hue angle of 314.84º 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 #C96CB2 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 178 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.21 |
| HSL | 314.84º | 0.46% | 0.61% | - |
| HSV(B) | 314.84º | 0.46% | 0.79% | - |
| XYZ | 37.49 | 26.36 | 45.23 | - |
| YUV | 143.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 178 | 0 | 0.46 | 0.11 | 0.21 | 314.84 | 0.46 | 0.61 |
| Hex | C9 | 6C | B2 | 0 | 2E | B | 15 | 13B | 2E | 3D |
| Octal | 311 | 154 | 262 | 0 | 56 | 13 | 25 | 473 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10110010 | 0 | 101110 | 1011 | 10101 | 100111011 | 101110 | 111101 |
Color Harmonies of #C96CB2
Complementary color
Monochromatic Colors of #C96CB2
Black with #C96CB2
Text Example
Text Example
White with #C96CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CB2; }
p { color: rgb(201,108,178); }
H1.HeaderClassName
{
color: #C96CB2;
}
.AnyTagClassName
{
color: #C96CB2;
}
</style>
background-color css
<style>
a { background-color: #C96CB2; }
a { background-color: rgb(201,108,178); }
div.DivClassName
{
background-color: #C96CB2;
}
.BgClassName
{
background-color: #C96CB2;
}
</style>
border-color css
<style>
span { border-color: #C96CB2; }
span { border-color: rgb(201,108,178); }
td.TdClassName
{
border-color: #C96CB2;
}
.TagClassName
{
border-color: #C96CB2;
}
</style>