Shades of Fuchsia #C957CA
Tints of Fuchsia #C957CA
RGB
CMYK
RGB Variations
Color information
#C957CA (or 0xC957CA) is known color: Fuchsia. HEX triplet: C9, 57 and CA. RGB value is (201,87,202). Sum of RGB (Red+Green+Blue) = 201+87+202=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #C957CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957CA is #36A835. Grayscale: #858585. Windows color (decimal): -3582006 or 13260745. OLE color: 13260745.
HSL color Cylindrical-coordinate representation of color #C957CA: hue angle of 299.48º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957CA is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 202 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.21 |
| HSL | 299.48º | 0.52% | 0.57% | - |
| HSV(B) | 299.48º | 0.57% | 0.79% | - |
| XYZ | 38.16 | 23.5 | 58.4 | - |
| YUV | 134.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 202 | 0.00 | 0.57 | 0 | 0.21 | 299.48 | 0.52 | 0.57 |
| Hex | C9 | 57 | CA | 0 | 39 | 0 | 15 | 12B | 34 | 39 |
| Octal | 311 | 127 | 312 | 0 | 71 | 0 | 25 | 453 | 64 | 71 |
| Binary | 11001001 | 1010111 | 11001010 | 0 | 111001 | 0 | 10101 | 100101011 | 110100 | 111001 |
Color Harmonies of #C957CA
Complementary color
Monochromatic Colors of #C957CA
Black with #C957CA
Text Example
Text Example
White with #C957CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C957CA; }
p { color: rgb(201,87,202); }
H1.HeaderClassName
{
color: #C957CA;
}
.AnyTagClassName
{
color: #C957CA;
}
</style>
background-color css
<style>
a { background-color: #C957CA; }
a { background-color: rgb(201,87,202); }
div.DivClassName
{
background-color: #C957CA;
}
.BgClassName
{
background-color: #C957CA;
}
</style>
border-color css
<style>
span { border-color: #C957CA; }
span { border-color: rgb(201,87,202); }
td.TdClassName
{
border-color: #C957CA;
}
.TagClassName
{
border-color: #C957CA;
}
</style>