Shades of Fuchsia #C857CA
Tints of Fuchsia #C857CA
RGB
CMYK
RGB Variations
Color information
#C857CA (or 0xC857CA) is known color: Fuchsia. HEX triplet: C8, 57 and CA. RGB value is (200,87,202). Sum of RGB (Red+Green+Blue) = 200+87+202=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C857CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857CA is #37A835. Grayscale: #858585. Windows color (decimal): -3647542 or 13260744. OLE color: 13260744.
HSL color Cylindrical-coordinate representation of color #C857CA: hue angle of 298.96º 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 #C857CA is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 87 | 202 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.21 |
| HSL | 298.96º | 0.52% | 0.57% | - |
| HSV(B) | 298.96º | 0.57% | 0.79% | - |
| XYZ | 37.89 | 23.36 | 58.39 | - |
| YUV | 133.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 202 | 0.01 | 0.57 | 0 | 0.21 | 298.96 | 0.52 | 0.57 |
| Hex | C8 | 57 | CA | 1 | 39 | 0 | 15 | 12B | 34 | 39 |
| Octal | 310 | 127 | 312 | 1 | 71 | 0 | 25 | 453 | 64 | 71 |
| Binary | 11001000 | 1010111 | 11001010 | 1 | 111001 | 0 | 10101 | 100101011 | 110100 | 111001 |
Color Harmonies of #C857CA
Complementary color
Monochromatic Colors of #C857CA
Black with #C857CA
Text Example
Text Example
White with #C857CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857CA; }
p { color: rgb(200,87,202); }
H1.HeaderClassName
{
color: #C857CA;
}
.AnyTagClassName
{
color: #C857CA;
}
</style>
background-color css
<style>
a { background-color: #C857CA; }
a { background-color: rgb(200,87,202); }
div.DivClassName
{
background-color: #C857CA;
}
.BgClassName
{
background-color: #C857CA;
}
</style>
border-color css
<style>
span { border-color: #C857CA; }
span { border-color: rgb(200,87,202); }
td.TdClassName
{
border-color: #C857CA;
}
.TagClassName
{
border-color: #C857CA;
}
</style>