Shades of Fuchsia #C957D1
Tints of Fuchsia #C957D1
RGB
CMYK
RGB Variations
Color information
#C957D1 (or 0xC957D1) is known color: Fuchsia. HEX triplet: C9, 57 and D1. RGB value is (201,87,209). Sum of RGB (Red+Green+Blue) = 201+87+209=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #C957D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957D1 is #36A82E. Grayscale: #868686. Windows color (decimal): -3581999 or 13719497. OLE color: 13719497.
HSL color Cylindrical-coordinate representation of color #C957D1: hue angle of 296.07º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C957D1 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 87 | 209 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.18 |
| HSL | 296.07º | 0.57% | 0.58% | - |
| HSV(B) | 296.07º | 0.58% | 0.82% | - |
| XYZ | 39 | 23.84 | 62.87 | - |
| YUV | 134.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 209 | 0.04 | 0.58 | 0 | 0.18 | 296.07 | 0.57 | 0.58 |
| Hex | C9 | 57 | D1 | 4 | 3A | 0 | 12 | 128 | 39 | 3A |
| Octal | 311 | 127 | 321 | 4 | 72 | 0 | 22 | 450 | 71 | 72 |
| Binary | 11001001 | 1010111 | 11010001 | 100 | 111010 | 0 | 10010 | 100101000 | 111001 | 111010 |
Color Harmonies of #C957D1
Complementary color
Monochromatic Colors of #C957D1
Black with #C957D1
Text Example
Text Example
White with #C957D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957D1; }
p { color: rgb(201,87,209); }
H1.HeaderClassName
{
color: #C957D1;
}
.AnyTagClassName
{
color: #C957D1;
}
</style>
background-color css
<style>
a { background-color: #C957D1; }
a { background-color: rgb(201,87,209); }
div.DivClassName
{
background-color: #C957D1;
}
.BgClassName
{
background-color: #C957D1;
}
</style>
border-color css
<style>
span { border-color: #C957D1; }
span { border-color: rgb(201,87,209); }
td.TdClassName
{
border-color: #C957D1;
}
.TagClassName
{
border-color: #C957D1;
}
</style>