Shades of Fuchsia #C95EC8
Tints of Fuchsia #C95EC8
RGB
CMYK
RGB Variations
Color information
#C95EC8 (or 0xC95EC8) is known color: Fuchsia. HEX triplet: C9, 5E and C8. RGB value is (201,94,200). Sum of RGB (Red+Green+Blue) = 201+94+200=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C95EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95EC8 is #36A137. Grayscale: #898989. Windows color (decimal): -3580216 or 13131465. OLE color: 13131465.
HSL color Cylindrical-coordinate representation of color #C95EC8: hue angle of 300.56º 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 #C95EC8 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 94 | 200 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.21 |
| HSL | 300.56º | 0.5% | 0.58% | - |
| HSV(B) | 300.56º | 0.53% | 0.79% | - |
| XYZ | 38.52 | 24.59 | 57.36 | - |
| YUV | 138.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 94 | 200 | 0 | 0.53 | 0.00 | 0.21 | 300.56 | 0.5 | 0.58 |
| Hex | C9 | 5E | C8 | 0 | 35 | 0 | 15 | 12D | 32 | 3A |
| Octal | 311 | 136 | 310 | 0 | 65 | 0 | 25 | 455 | 62 | 72 |
| Binary | 11001001 | 1011110 | 11001000 | 0 | 110101 | 0 | 10101 | 100101101 | 110010 | 111010 |
Color Harmonies of #C95EC8
Complementary color
Monochromatic Colors of #C95EC8
Black with #C95EC8
Text Example
Text Example
White with #C95EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95EC8; }
p { color: rgb(201,94,200); }
H1.HeaderClassName
{
color: #C95EC8;
}
.AnyTagClassName
{
color: #C95EC8;
}
</style>
background-color css
<style>
a { background-color: #C95EC8; }
a { background-color: rgb(201,94,200); }
div.DivClassName
{
background-color: #C95EC8;
}
.BgClassName
{
background-color: #C95EC8;
}
</style>
border-color css
<style>
span { border-color: #C95EC8; }
span { border-color: rgb(201,94,200); }
td.TdClassName
{
border-color: #C95EC8;
}
.TagClassName
{
border-color: #C95EC8;
}
</style>