Shades of Fuchsia #C96CB4
Tints of Fuchsia #C96CB4
RGB
CMYK
RGB Variations
Color information
#C96CB4 (or 0xC96CB4) is known color: Fuchsia. HEX triplet: C9, 6C and B4. RGB value is (201,108,180). Sum of RGB (Red+Green+Blue) = 201+108+180=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C96CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96CB4 is #36934B. Grayscale: #8F8F8F. Windows color (decimal): -3576652 or 11824329. OLE color: 11824329.
HSL color Cylindrical-coordinate representation of color #C96CB4: hue angle of 313.55º 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 #C96CB4 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 180 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.21 |
| HSL | 313.55º | 0.46% | 0.61% | - |
| HSV(B) | 313.55º | 0.46% | 0.79% | - |
| XYZ | 37.69 | 26.44 | 46.3 | - |
| YUV | 144.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 180 | 0 | 0.46 | 0.10 | 0.21 | 313.55 | 0.46 | 0.61 |
| Hex | C9 | 6C | B4 | 0 | 2E | A | 15 | 13A | 2E | 3D |
| Octal | 311 | 154 | 264 | 0 | 56 | 12 | 25 | 472 | 56 | 75 |
| Binary | 11001001 | 1101100 | 10110100 | 0 | 101110 | 1010 | 10101 | 100111010 | 101110 | 111101 |
Color Harmonies of #C96CB4
Complementary color
Monochromatic Colors of #C96CB4
Black with #C96CB4
Text Example
Text Example
White with #C96CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96CB4; }
p { color: rgb(201,108,180); }
H1.HeaderClassName
{
color: #C96CB4;
}
.AnyTagClassName
{
color: #C96CB4;
}
</style>
background-color css
<style>
a { background-color: #C96CB4; }
a { background-color: rgb(201,108,180); }
div.DivClassName
{
background-color: #C96CB4;
}
.BgClassName
{
background-color: #C96CB4;
}
</style>
border-color css
<style>
span { border-color: #C96CB4; }
span { border-color: rgb(201,108,180); }
td.TdClassName
{
border-color: #C96CB4;
}
.TagClassName
{
border-color: #C96CB4;
}
</style>