Shades of Fuchsia #C95EBA
Tints of Fuchsia #C95EBA
RGB
CMYK
RGB Variations
Color information
#C95EBA (or 0xC95EBA) is known color: Fuchsia. HEX triplet: C9, 5E and BA. RGB value is (201,94,186). Sum of RGB (Red+Green+Blue) = 201+94+186=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EBA is #36A145. Grayscale: #888888. Windows color (decimal): -3580230 or 12213961. OLE color: 12213961.
HSL color Cylindrical-coordinate representation of color #C95EBA: hue angle of 308.41º 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 #C95EBA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 186 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.21 |
| HSL | 308.41º | 0.5% | 0.58% | - |
| HSV(B) | 308.41º | 0.53% | 0.79% | - |
| XYZ | 36.95 | 23.97 | 49.13 | - |
| YUV | 136.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 186 | 0 | 0.53 | 0.07 | 0.21 | 308.41 | 0.5 | 0.58 |
| Hex | C9 | 5E | BA | 0 | 35 | 7 | 15 | 134 | 32 | 3A |
| Octal | 311 | 136 | 272 | 0 | 65 | 7 | 25 | 464 | 62 | 72 |
| Binary | 11001001 | 1011110 | 10111010 | 0 | 110101 | 111 | 10101 | 100110100 | 110010 | 111010 |
Color Harmonies of #C95EBA
Complementary color
Monochromatic Colors of #C95EBA
Black with #C95EBA
Text Example
Text Example
White with #C95EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EBA; }
p { color: rgb(201,94,186); }
H1.HeaderClassName
{
color: #C95EBA;
}
.AnyTagClassName
{
color: #C95EBA;
}
</style>
background-color css
<style>
a { background-color: #C95EBA; }
a { background-color: rgb(201,94,186); }
div.DivClassName
{
background-color: #C95EBA;
}
.BgClassName
{
background-color: #C95EBA;
}
</style>
border-color css
<style>
span { border-color: #C95EBA; }
span { border-color: rgb(201,94,186); }
td.TdClassName
{
border-color: #C95EBA;
}
.TagClassName
{
border-color: #C95EBA;
}
</style>