Shades of Fuchsia #C957CC
Tints of Fuchsia #C957CC
RGB
CMYK
RGB Variations
Color information
#C957CC (or 0xC957CC) is known color: Fuchsia. HEX triplet: C9, 57 and CC. RGB value is (201,87,204). Sum of RGB (Red+Green+Blue) = 201+87+204=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C957CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957CC is #36A833. Grayscale: #868686. Windows color (decimal): -3582004 or 13391817. OLE color: 13391817.
HSL color Cylindrical-coordinate representation of color #C957CC: hue angle of 298.46º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957CC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 87 | 204 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.2 |
| HSL | 298.46º | 0.53% | 0.57% | - |
| HSV(B) | 298.46º | 0.57% | 0.8% | - |
| XYZ | 38.39 | 23.59 | 59.66 | - |
| YUV | 134.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 204 | 0.01 | 0.57 | 0 | 0.2 | 298.46 | 0.53 | 0.57 |
| Hex | C9 | 57 | CC | 1 | 39 | 0 | 14 | 12A | 35 | 39 |
| Octal | 311 | 127 | 314 | 1 | 71 | 0 | 24 | 452 | 65 | 71 |
| Binary | 11001001 | 1010111 | 11001100 | 1 | 111001 | 0 | 10100 | 100101010 | 110101 | 111001 |
Color Harmonies of #C957CC
Complementary color
Monochromatic Colors of #C957CC
Black with #C957CC
Text Example
Text Example
White with #C957CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957CC; }
p { color: rgb(201,87,204); }
H1.HeaderClassName
{
color: #C957CC;
}
.AnyTagClassName
{
color: #C957CC;
}
</style>
background-color css
<style>
a { background-color: #C957CC; }
a { background-color: rgb(201,87,204); }
div.DivClassName
{
background-color: #C957CC;
}
.BgClassName
{
background-color: #C957CC;
}
</style>
border-color css
<style>
span { border-color: #C957CC; }
span { border-color: rgb(201,87,204); }
td.TdClassName
{
border-color: #C957CC;
}
.TagClassName
{
border-color: #C957CC;
}
</style>