Shades of Fuchsia #C857B4
Tints of Fuchsia #C857B4
RGB
CMYK
RGB Variations
Color information
#C857B4 (or 0xC857B4) is known color: Fuchsia. HEX triplet: C8, 57 and B4. RGB value is (200,87,180). Sum of RGB (Red+Green+Blue) = 200+87+180=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C857B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857B4 is #37A84B. Grayscale: #838383. Windows color (decimal): -3647564 or 11818952. OLE color: 11818952.
HSL color Cylindrical-coordinate representation of color #C857B4: hue angle of 310.62º 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 #C857B4 is Cyan = 0, Magento = 0.56, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 180 | - |
| CMYK | 0 | 0.56 | 0.1 | 0.22 |
| HSL | 310.62º | 0.51% | 0.56% | - |
| HSV(B) | 310.62º | 0.57% | 0.78% | - |
| XYZ | 35.47 | 22.39 | 45.63 | - |
| YUV | 131.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 180 | 0 | 0.56 | 0.1 | 0.22 | 310.62 | 0.51 | 0.56 |
| Hex | C8 | 57 | B4 | 0 | 38 | A | 16 | 137 | 33 | 38 |
| Octal | 310 | 127 | 264 | 0 | 70 | 12 | 26 | 467 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10110100 | 0 | 111000 | 1010 | 10110 | 100110111 | 110011 | 111000 |
Color Harmonies of #C857B4
Complementary color
Monochromatic Colors of #C857B4
Black with #C857B4
Text Example
Text Example
White with #C857B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857B4; }
p { color: rgb(200,87,180); }
H1.HeaderClassName
{
color: #C857B4;
}
.AnyTagClassName
{
color: #C857B4;
}
</style>
background-color css
<style>
a { background-color: #C857B4; }
a { background-color: rgb(200,87,180); }
div.DivClassName
{
background-color: #C857B4;
}
.BgClassName
{
background-color: #C857B4;
}
</style>
border-color css
<style>
span { border-color: #C857B4; }
span { border-color: rgb(200,87,180); }
td.TdClassName
{
border-color: #C857B4;
}
.TagClassName
{
border-color: #C857B4;
}
</style>