Shades of Fuchsia #C95DCE
Tints of Fuchsia #C95DCE
RGB
CMYK
RGB Variations
Color information
#C95DCE (or 0xC95DCE) is known color: Fuchsia. HEX triplet: C9, 5D and CE. RGB value is (201,93,206). Sum of RGB (Red+Green+Blue) = 201+93+206=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C95DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DCE is #36A231. Grayscale: #898989. Windows color (decimal): -3580466 or 13524425. OLE color: 13524425.
HSL color Cylindrical-coordinate representation of color #C95DCE: hue angle of 297.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95DCE is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 93 | 206 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.19 |
| HSL | 297.35º | 0.54% | 0.59% | - |
| HSV(B) | 297.35º | 0.55% | 0.81% | - |
| XYZ | 39.14 | 24.7 | 61.1 | - |
| YUV | 138.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 206 | 0.02 | 0.55 | 0 | 0.19 | 297.35 | 0.54 | 0.59 |
| Hex | C9 | 5D | CE | 2 | 37 | 0 | 13 | 129 | 36 | 3B |
| Octal | 311 | 135 | 316 | 2 | 67 | 0 | 23 | 451 | 66 | 73 |
| Binary | 11001001 | 1011101 | 11001110 | 10 | 110111 | 0 | 10011 | 100101001 | 110110 | 111011 |
Color Harmonies of #C95DCE
Complementary color
Monochromatic Colors of #C95DCE
Black with #C95DCE
Text Example
Text Example
White with #C95DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DCE; }
p { color: rgb(201,93,206); }
H1.HeaderClassName
{
color: #C95DCE;
}
.AnyTagClassName
{
color: #C95DCE;
}
</style>
background-color css
<style>
a { background-color: #C95DCE; }
a { background-color: rgb(201,93,206); }
div.DivClassName
{
background-color: #C95DCE;
}
.BgClassName
{
background-color: #C95DCE;
}
</style>
border-color css
<style>
span { border-color: #C95DCE; }
span { border-color: rgb(201,93,206); }
td.TdClassName
{
border-color: #C95DCE;
}
.TagClassName
{
border-color: #C95DCE;
}
</style>