Shades of Fuchsia #C857CC
Tints of Fuchsia #C857CC
RGB
CMYK
RGB Variations
Color information
#C857CC (or 0xC857CC) is known color: Fuchsia. HEX triplet: C8, 57 and CC. RGB value is (200,87,204). Sum of RGB (Red+Green+Blue) = 200+87+204=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C857CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857CC is #37A833. Grayscale: #858585. Windows color (decimal): -3647540 or 13391816. OLE color: 13391816.
HSL color Cylindrical-coordinate representation of color #C857CC: hue angle of 297.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C857CC is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 87 | 204 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.2 |
| HSL | 297.95º | 0.53% | 0.57% | - |
| HSV(B) | 297.95º | 0.57% | 0.8% | - |
| XYZ | 38.13 | 23.46 | 59.64 | - |
| YUV | 134.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 204 | 0.02 | 0.57 | 0 | 0.2 | 297.95 | 0.53 | 0.57 |
| Hex | C8 | 57 | CC | 2 | 39 | 0 | 14 | 12A | 35 | 39 |
| Octal | 310 | 127 | 314 | 2 | 71 | 0 | 24 | 452 | 65 | 71 |
| Binary | 11001000 | 1010111 | 11001100 | 10 | 111001 | 0 | 10100 | 100101010 | 110101 | 111001 |
Color Harmonies of #C857CC
Complementary color
Monochromatic Colors of #C857CC
Black with #C857CC
Text Example
Text Example
White with #C857CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857CC; }
p { color: rgb(200,87,204); }
H1.HeaderClassName
{
color: #C857CC;
}
.AnyTagClassName
{
color: #C857CC;
}
</style>
background-color css
<style>
a { background-color: #C857CC; }
a { background-color: rgb(200,87,204); }
div.DivClassName
{
background-color: #C857CC;
}
.BgClassName
{
background-color: #C857CC;
}
</style>
border-color css
<style>
span { border-color: #C857CC; }
span { border-color: rgb(200,87,204); }
td.TdClassName
{
border-color: #C857CC;
}
.TagClassName
{
border-color: #C857CC;
}
</style>