Shades of Fuchsia #C96FB5
Tints of Fuchsia #C96FB5
RGB
CMYK
RGB Variations
Color information
#C96FB5 (or 0xC96FB5) is known color: Fuchsia. HEX triplet: C9, 6F and B5. RGB value is (201,111,181). Sum of RGB (Red+Green+Blue) = 201+111+181=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FB5 is #36904A. Grayscale: #919191. Windows color (decimal): -3575883 or 11890633. OLE color: 11890633.
HSL color Cylindrical-coordinate representation of color #C96FB5: hue angle of 313.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C96FB5 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 181 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.21 |
| HSL | 313.33º | 0.45% | 0.61% | - |
| HSV(B) | 313.33º | 0.45% | 0.79% | - |
| XYZ | 38.11 | 27.12 | 46.94 | - |
| YUV | 145.89 | 147.82 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 181 | 0 | 0.45 | 0.10 | 0.21 | 313.33 | 0.45 | 0.61 |
| Hex | C9 | 6F | B5 | 0 | 2D | A | 15 | 139 | 2D | 3D |
| Octal | 311 | 157 | 265 | 0 | 55 | 12 | 25 | 471 | 55 | 75 |
| Binary | 11001001 | 1101111 | 10110101 | 0 | 101101 | 1010 | 10101 | 100111001 | 101101 | 111101 |
Color Harmonies of #C96FB5
Complementary color
Monochromatic Colors of #C96FB5
Black with #C96FB5
Text Example
Text Example
White with #C96FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FB5; }
p { color: rgb(201,111,181); }
H1.HeaderClassName
{
color: #C96FB5;
}
.AnyTagClassName
{
color: #C96FB5;
}
</style>
background-color css
<style>
a { background-color: #C96FB5; }
a { background-color: rgb(201,111,181); }
div.DivClassName
{
background-color: #C96FB5;
}
.BgClassName
{
background-color: #C96FB5;
}
</style>
border-color css
<style>
span { border-color: #C96FB5; }
span { border-color: rgb(201,111,181); }
td.TdClassName
{
border-color: #C96FB5;
}
.TagClassName
{
border-color: #C96FB5;
}
</style>