Shades of Fuchsia #C857B8
Tints of Fuchsia #C857B8
RGB
CMYK
RGB Variations
Color information
#C857B8 (or 0xC857B8) is known color: Fuchsia. HEX triplet: C8, 57 and B8. RGB value is (200,87,184). Sum of RGB (Red+Green+Blue) = 200+87+184=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C857B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857B8 is #37A847. Grayscale: #838383. Windows color (decimal): -3647560 or 12081096. OLE color: 12081096.
HSL color Cylindrical-coordinate representation of color #C857B8: hue angle of 308.5º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C857B8 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 184 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.22 |
| HSL | 308.5º | 0.51% | 0.56% | - |
| HSV(B) | 308.5º | 0.57% | 0.78% | - |
| XYZ | 35.88 | 22.56 | 47.81 | - |
| YUV | 131.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 184 | 0 | 0.56 | 0.08 | 0.22 | 308.5 | 0.51 | 0.56 |
| Hex | C8 | 57 | B8 | 0 | 38 | 8 | 16 | 134 | 33 | 38 |
| Octal | 310 | 127 | 270 | 0 | 70 | 10 | 26 | 464 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10111000 | 0 | 111000 | 1000 | 10110 | 100110100 | 110011 | 111000 |
Color Harmonies of #C857B8
Complementary color
Monochromatic Colors of #C857B8
Black with #C857B8
Text Example
Text Example
White with #C857B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857B8; }
p { color: rgb(200,87,184); }
H1.HeaderClassName
{
color: #C857B8;
}
.AnyTagClassName
{
color: #C857B8;
}
</style>
background-color css
<style>
a { background-color: #C857B8; }
a { background-color: rgb(200,87,184); }
div.DivClassName
{
background-color: #C857B8;
}
.BgClassName
{
background-color: #C857B8;
}
</style>
border-color css
<style>
span { border-color: #C857B8; }
span { border-color: rgb(200,87,184); }
td.TdClassName
{
border-color: #C857B8;
}
.TagClassName
{
border-color: #C857B8;
}
</style>