Shades of Fuchsia #C95CC7
Tints of Fuchsia #C95CC7
RGB
CMYK
RGB Variations
Color information
#C95CC7 (or 0xC95CC7) is known color: Fuchsia. HEX triplet: C9, 5C and C7. RGB value is (201,92,199). Sum of RGB (Red+Green+Blue) = 201+92+199=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CC7 is #36A338. Grayscale: #888888. Windows color (decimal): -3580729 or 13065417. OLE color: 13065417.
HSL color Cylindrical-coordinate representation of color #C95CC7: hue angle of 301.1º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95CC7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 199 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.21 |
| HSL | 301.1º | 0.5% | 0.57% | - |
| HSV(B) | 301.1º | 0.54% | 0.79% | - |
| XYZ | 38.22 | 24.2 | 56.69 | - |
| YUV | 136.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 199 | 0 | 0.54 | 0.01 | 0.21 | 301.1 | 0.5 | 0.57 |
| Hex | C9 | 5C | C7 | 0 | 36 | 1 | 15 | 12D | 32 | 39 |
| Octal | 311 | 134 | 307 | 0 | 66 | 1 | 25 | 455 | 62 | 71 |
| Binary | 11001001 | 1011100 | 11000111 | 0 | 110110 | 1 | 10101 | 100101101 | 110010 | 111001 |
Color Harmonies of #C95CC7
Complementary color
Monochromatic Colors of #C95CC7
Black with #C95CC7
Text Example
Text Example
White with #C95CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CC7; }
p { color: rgb(201,92,199); }
H1.HeaderClassName
{
color: #C95CC7;
}
.AnyTagClassName
{
color: #C95CC7;
}
</style>
background-color css
<style>
a { background-color: #C95CC7; }
a { background-color: rgb(201,92,199); }
div.DivClassName
{
background-color: #C95CC7;
}
.BgClassName
{
background-color: #C95CC7;
}
</style>
border-color css
<style>
span { border-color: #C95CC7; }
span { border-color: rgb(201,92,199); }
td.TdClassName
{
border-color: #C95CC7;
}
.TagClassName
{
border-color: #C95CC7;
}
</style>