Shades of Fuchsia #C96FB6
Tints of Fuchsia #C96FB6
RGB
CMYK
RGB Variations
Color information
#C96FB6 (or 0xC96FB6) is known color: Fuchsia. HEX triplet: C9, 6F and B6. RGB value is (201,111,182). Sum of RGB (Red+Green+Blue) = 201+111+182=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C96FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96FB6 is #369049. Grayscale: #919191. Windows color (decimal): -3575882 or 11956169. OLE color: 11956169.
HSL color Cylindrical-coordinate representation of color #C96FB6: hue angle of 312.67º 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 #C96FB6 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 182 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.21 |
| HSL | 312.67º | 0.45% | 0.61% | - |
| HSV(B) | 312.67º | 0.45% | 0.79% | - |
| XYZ | 38.22 | 27.16 | 47.48 | - |
| YUV | 146 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 182 | 0 | 0.45 | 0.09 | 0.21 | 312.67 | 0.45 | 0.61 |
| Hex | C9 | 6F | B6 | 0 | 2D | 9 | 15 | 139 | 2D | 3D |
| Octal | 311 | 157 | 266 | 0 | 55 | 11 | 25 | 471 | 55 | 75 |
| Binary | 11001001 | 1101111 | 10110110 | 0 | 101101 | 1001 | 10101 | 100111001 | 101101 | 111101 |
Color Harmonies of #C96FB6
Complementary color
Monochromatic Colors of #C96FB6
Black with #C96FB6
Text Example
Text Example
White with #C96FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96FB6; }
p { color: rgb(201,111,182); }
H1.HeaderClassName
{
color: #C96FB6;
}
.AnyTagClassName
{
color: #C96FB6;
}
</style>
background-color css
<style>
a { background-color: #C96FB6; }
a { background-color: rgb(201,111,182); }
div.DivClassName
{
background-color: #C96FB6;
}
.BgClassName
{
background-color: #C96FB6;
}
</style>
border-color css
<style>
span { border-color: #C96FB6; }
span { border-color: rgb(201,111,182); }
td.TdClassName
{
border-color: #C96FB6;
}
.TagClassName
{
border-color: #C96FB6;
}
</style>