Shades of Fuchsia #C957C3
Tints of Fuchsia #C957C3
RGB
CMYK
RGB Variations
Color information
#C957C3 (or 0xC957C3) is known color: Fuchsia. HEX triplet: C9, 57 and C3. RGB value is (201,87,195). Sum of RGB (Red+Green+Blue) = 201+87+195=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 201 - color contains mainly: red. Hex color #C957C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957C3 is #36A83C. Grayscale: #858585. Windows color (decimal): -3582013 or 12801993. OLE color: 12801993.
HSL color Cylindrical-coordinate representation of color #C957C3: hue angle of 303.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957C3 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 195 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.21 |
| HSL | 303.16º | 0.51% | 0.56% | - |
| HSV(B) | 303.16º | 0.57% | 0.79% | - |
| XYZ | 37.35 | 23.17 | 54.13 | - |
| YUV | 133.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 195 | 0 | 0.57 | 0.03 | 0.21 | 303.16 | 0.51 | 0.56 |
| Hex | C9 | 57 | C3 | 0 | 39 | 3 | 15 | 12F | 33 | 38 |
| Octal | 311 | 127 | 303 | 0 | 71 | 3 | 25 | 457 | 63 | 70 |
| Binary | 11001001 | 1010111 | 11000011 | 0 | 111001 | 11 | 10101 | 100101111 | 110011 | 111000 |
Color Harmonies of #C957C3
Complementary color
Monochromatic Colors of #C957C3
Black with #C957C3
Text Example
Text Example
White with #C957C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957C3; }
p { color: rgb(201,87,195); }
H1.HeaderClassName
{
color: #C957C3;
}
.AnyTagClassName
{
color: #C957C3;
}
</style>
background-color css
<style>
a { background-color: #C957C3; }
a { background-color: rgb(201,87,195); }
div.DivClassName
{
background-color: #C957C3;
}
.BgClassName
{
background-color: #C957C3;
}
</style>
border-color css
<style>
span { border-color: #C957C3; }
span { border-color: rgb(201,87,195); }
td.TdClassName
{
border-color: #C957C3;
}
.TagClassName
{
border-color: #C957C3;
}
</style>