Shades of Fuchsia #C957CE
Tints of Fuchsia #C957CE
RGB
CMYK
RGB Variations
Color information
#C957CE (or 0xC957CE) is known color: Fuchsia. HEX triplet: C9, 57 and CE. RGB value is (201,87,206). Sum of RGB (Red+Green+Blue) = 201+87+206=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C957CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957CE is #36A831. Grayscale: #868686. Windows color (decimal): -3582002 or 13522889. OLE color: 13522889.
HSL color Cylindrical-coordinate representation of color #C957CE: hue angle of 297.48º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C957CE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 87 | 206 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.19 |
| HSL | 297.48º | 0.55% | 0.57% | - |
| HSV(B) | 297.48º | 0.58% | 0.81% | - |
| XYZ | 38.64 | 23.69 | 60.93 | - |
| YUV | 134.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 206 | 0.02 | 0.58 | 0 | 0.19 | 297.48 | 0.55 | 0.57 |
| Hex | C9 | 57 | CE | 2 | 3A | 0 | 13 | 129 | 37 | 39 |
| Octal | 311 | 127 | 316 | 2 | 72 | 0 | 23 | 451 | 67 | 71 |
| Binary | 11001001 | 1010111 | 11001110 | 10 | 111010 | 0 | 10011 | 100101001 | 110111 | 111001 |
Color Harmonies of #C957CE
Complementary color
Monochromatic Colors of #C957CE
Black with #C957CE
Text Example
Text Example
White with #C957CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957CE; }
p { color: rgb(201,87,206); }
H1.HeaderClassName
{
color: #C957CE;
}
.AnyTagClassName
{
color: #C957CE;
}
</style>
background-color css
<style>
a { background-color: #C957CE; }
a { background-color: rgb(201,87,206); }
div.DivClassName
{
background-color: #C957CE;
}
.BgClassName
{
background-color: #C957CE;
}
</style>
border-color css
<style>
span { border-color: #C957CE; }
span { border-color: rgb(201,87,206); }
td.TdClassName
{
border-color: #C957CE;
}
.TagClassName
{
border-color: #C957CE;
}
</style>