Shades of Fuchsia #C95DCF
Tints of Fuchsia #C95DCF
RGB
CMYK
RGB Variations
Color information
#C95DCF (or 0xC95DCF) is known color: Fuchsia. HEX triplet: C9, 5D and CF. RGB value is (201,93,207). Sum of RGB (Red+Green+Blue) = 201+93+207=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #C95DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DCF is #36A230. Grayscale: #898989. Windows color (decimal): -3580465 or 13589961. OLE color: 13589961.
HSL color Cylindrical-coordinate representation of color #C95DCF: hue angle of 296.84º 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 #C95DCF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 93 | 207 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.19 |
| HSL | 296.84º | 0.54% | 0.59% | - |
| HSV(B) | 296.84º | 0.55% | 0.81% | - |
| XYZ | 39.26 | 24.75 | 61.74 | - |
| YUV | 138.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 207 | 0.03 | 0.55 | 0 | 0.19 | 296.84 | 0.54 | 0.59 |
| Hex | C9 | 5D | CF | 3 | 37 | 0 | 13 | 129 | 36 | 3B |
| Octal | 311 | 135 | 317 | 3 | 67 | 0 | 23 | 451 | 66 | 73 |
| Binary | 11001001 | 1011101 | 11001111 | 11 | 110111 | 0 | 10011 | 100101001 | 110110 | 111011 |
Color Harmonies of #C95DCF
Complementary color
Monochromatic Colors of #C95DCF
Black with #C95DCF
Text Example
Text Example
White with #C95DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DCF; }
p { color: rgb(201,93,207); }
H1.HeaderClassName
{
color: #C95DCF;
}
.AnyTagClassName
{
color: #C95DCF;
}
</style>
background-color css
<style>
a { background-color: #C95DCF; }
a { background-color: rgb(201,93,207); }
div.DivClassName
{
background-color: #C95DCF;
}
.BgClassName
{
background-color: #C95DCF;
}
</style>
border-color css
<style>
span { border-color: #C95DCF; }
span { border-color: rgb(201,93,207); }
td.TdClassName
{
border-color: #C95DCF;
}
.TagClassName
{
border-color: #C95DCF;
}
</style>