Shades of Fuchsia #C95DC7
Tints of Fuchsia #C95DC7
RGB
CMYK
RGB Variations
Color information
#C95DC7 (or 0xC95DC7) is known color: Fuchsia. HEX triplet: C9, 5D and C7. RGB value is (201,93,199). Sum of RGB (Red+Green+Blue) = 201+93+199=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DC7 is #36A238. Grayscale: #898989. Windows color (decimal): -3580473 or 13065673. OLE color: 13065673.
HSL color Cylindrical-coordinate representation of color #C95DC7: hue angle of 301.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DC7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 199 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.21 |
| HSL | 301.11º | 0.5% | 0.58% | - |
| HSV(B) | 301.11º | 0.54% | 0.79% | - |
| XYZ | 38.31 | 24.37 | 56.72 | - |
| YUV | 137.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 199 | 0 | 0.54 | 0.01 | 0.21 | 301.11 | 0.5 | 0.58 |
| Hex | C9 | 5D | C7 | 0 | 36 | 1 | 15 | 12D | 32 | 3A |
| Octal | 311 | 135 | 307 | 0 | 66 | 1 | 25 | 455 | 62 | 72 |
| Binary | 11001001 | 1011101 | 11000111 | 0 | 110110 | 1 | 10101 | 100101101 | 110010 | 111010 |
Color Harmonies of #C95DC7
Complementary color
Monochromatic Colors of #C95DC7
Black with #C95DC7
Text Example
Text Example
White with #C95DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DC7; }
p { color: rgb(201,93,199); }
H1.HeaderClassName
{
color: #C95DC7;
}
.AnyTagClassName
{
color: #C95DC7;
}
</style>
background-color css
<style>
a { background-color: #C95DC7; }
a { background-color: rgb(201,93,199); }
div.DivClassName
{
background-color: #C95DC7;
}
.BgClassName
{
background-color: #C95DC7;
}
</style>
border-color css
<style>
span { border-color: #C95DC7; }
span { border-color: rgb(201,93,199); }
td.TdClassName
{
border-color: #C95DC7;
}
.TagClassName
{
border-color: #C95DC7;
}
</style>