Shades of Fuchsia #C95EB2
Tints of Fuchsia #C95EB2
RGB
CMYK
RGB Variations
Color information
#C95EB2 (or 0xC95EB2) is known color: Fuchsia. HEX triplet: C9, 5E and B2. RGB value is (201,94,178). Sum of RGB (Red+Green+Blue) = 201+94+178=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95EB2 is #36A14D. Grayscale: #878787. Windows color (decimal): -3580238 or 11689673. OLE color: 11689673.
HSL color Cylindrical-coordinate representation of color #C95EB2: hue angle of 312.9º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95EB2 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 178 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.21 |
| HSL | 312.9º | 0.5% | 0.58% | - |
| HSV(B) | 312.9º | 0.53% | 0.79% | - |
| XYZ | 36.13 | 23.64 | 44.78 | - |
| YUV | 135.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 178 | 0 | 0.53 | 0.11 | 0.21 | 312.9 | 0.5 | 0.58 |
| Hex | C9 | 5E | B2 | 0 | 35 | B | 15 | 139 | 32 | 3A |
| Octal | 311 | 136 | 262 | 0 | 65 | 13 | 25 | 471 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10110010 | 0 | 110101 | 1011 | 10101 | 100111001 | 110010 | 111010 |
Color Harmonies of #C95EB2
Complementary color
Monochromatic Colors of #C95EB2
Black with #C95EB2
Text Example
Text Example
White with #C95EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EB2; }
p { color: rgb(201,94,178); }
H1.HeaderClassName
{
color: #C95EB2;
}
.AnyTagClassName
{
color: #C95EB2;
}
</style>
background-color css
<style>
a { background-color: #C95EB2; }
a { background-color: rgb(201,94,178); }
div.DivClassName
{
background-color: #C95EB2;
}
.BgClassName
{
background-color: #C95EB2;
}
</style>
border-color css
<style>
span { border-color: #C95EB2; }
span { border-color: rgb(201,94,178); }
td.TdClassName
{
border-color: #C95EB2;
}
.TagClassName
{
border-color: #C95EB2;
}
</style>