Shades of Fuchsia #C957C7
Tints of Fuchsia #C957C7
RGB
CMYK
RGB Variations
Color information
#C957C7 (or 0xC957C7) is known color: Fuchsia. HEX triplet: C9, 57 and C7. RGB value is (201,87,199). Sum of RGB (Red+Green+Blue) = 201+87+199=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C957C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957C7 is #36A838. Grayscale: #858585. Windows color (decimal): -3582009 or 13064137. OLE color: 13064137.
HSL color Cylindrical-coordinate representation of color #C957C7: hue angle of 301.05º 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 #C957C7 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 199 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.21 |
| HSL | 301.05º | 0.51% | 0.56% | - |
| HSV(B) | 301.05º | 0.57% | 0.79% | - |
| XYZ | 37.8 | 23.36 | 56.55 | - |
| YUV | 133.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 199 | 0 | 0.57 | 0.01 | 0.21 | 301.05 | 0.51 | 0.56 |
| Hex | C9 | 57 | C7 | 0 | 39 | 1 | 15 | 12D | 33 | 38 |
| Octal | 311 | 127 | 307 | 0 | 71 | 1 | 25 | 455 | 63 | 70 |
| Binary | 11001001 | 1010111 | 11000111 | 0 | 111001 | 1 | 10101 | 100101101 | 110011 | 111000 |
Color Harmonies of #C957C7
Complementary color
Monochromatic Colors of #C957C7
Black with #C957C7
Text Example
Text Example
White with #C957C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957C7; }
p { color: rgb(201,87,199); }
H1.HeaderClassName
{
color: #C957C7;
}
.AnyTagClassName
{
color: #C957C7;
}
</style>
background-color css
<style>
a { background-color: #C957C7; }
a { background-color: rgb(201,87,199); }
div.DivClassName
{
background-color: #C957C7;
}
.BgClassName
{
background-color: #C957C7;
}
</style>
border-color css
<style>
span { border-color: #C957C7; }
span { border-color: rgb(201,87,199); }
td.TdClassName
{
border-color: #C957C7;
}
.TagClassName
{
border-color: #C957C7;
}
</style>