Shades of Fuchsia #C857CF
Tints of Fuchsia #C857CF
RGB
CMYK
RGB Variations
Color information
#C857CF (or 0xC857CF) is known color: Fuchsia. HEX triplet: C8, 57 and CF. RGB value is (200,87,207). Sum of RGB (Red+Green+Blue) = 200+87+207=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C857CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857CF is #37A830. Grayscale: #868686. Windows color (decimal): -3647537 or 13588424. OLE color: 13588424.
HSL color Cylindrical-coordinate representation of color #C857CF: hue angle of 296.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C857CF is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 87 | 207 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.19 |
| HSL | 296.5º | 0.56% | 0.58% | - |
| HSV(B) | 296.5º | 0.58% | 0.81% | - |
| XYZ | 38.49 | 23.6 | 61.56 | - |
| YUV | 134.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 207 | 0.03 | 0.58 | 0 | 0.19 | 296.5 | 0.56 | 0.58 |
| Hex | C8 | 57 | CF | 3 | 3A | 0 | 13 | 128 | 38 | 3A |
| Octal | 310 | 127 | 317 | 3 | 72 | 0 | 23 | 450 | 70 | 72 |
| Binary | 11001000 | 1010111 | 11001111 | 11 | 111010 | 0 | 10011 | 100101000 | 111000 | 111010 |
Color Harmonies of #C857CF
Complementary color
Monochromatic Colors of #C857CF
Black with #C857CF
Text Example
Text Example
White with #C857CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857CF; }
p { color: rgb(200,87,207); }
H1.HeaderClassName
{
color: #C857CF;
}
.AnyTagClassName
{
color: #C857CF;
}
</style>
background-color css
<style>
a { background-color: #C857CF; }
a { background-color: rgb(200,87,207); }
div.DivClassName
{
background-color: #C857CF;
}
.BgClassName
{
background-color: #C857CF;
}
</style>
border-color css
<style>
span { border-color: #C857CF; }
span { border-color: rgb(200,87,207); }
td.TdClassName
{
border-color: #C857CF;
}
.TagClassName
{
border-color: #C857CF;
}
</style>