Shades of Fuchsia #C857C2
Tints of Fuchsia #C857C2
RGB
CMYK
RGB Variations
Color information
#C857C2 (or 0xC857C2) is known color: Fuchsia. HEX triplet: C8, 57 and C2. RGB value is (200,87,194). Sum of RGB (Red+Green+Blue) = 200+87+194=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C857C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857C2 is #37A83D. Grayscale: #848484. Windows color (decimal): -3647550 or 12736456. OLE color: 12736456.
HSL color Cylindrical-coordinate representation of color #C857C2: hue angle of 303.19º 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 #C857C2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 194 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.22 |
| HSL | 303.19º | 0.51% | 0.56% | - |
| HSV(B) | 303.19º | 0.57% | 0.78% | - |
| XYZ | 36.97 | 22.99 | 53.53 | - |
| YUV | 132.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 194 | 0 | 0.56 | 0.03 | 0.22 | 303.19 | 0.51 | 0.56 |
| Hex | C8 | 57 | C2 | 0 | 38 | 3 | 16 | 12F | 33 | 38 |
| Octal | 310 | 127 | 302 | 0 | 70 | 3 | 26 | 457 | 63 | 70 |
| Binary | 11001000 | 1010111 | 11000010 | 0 | 111000 | 11 | 10110 | 100101111 | 110011 | 111000 |
Color Harmonies of #C857C2
Complementary color
Monochromatic Colors of #C857C2
Black with #C857C2
Text Example
Text Example
White with #C857C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857C2; }
p { color: rgb(200,87,194); }
H1.HeaderClassName
{
color: #C857C2;
}
.AnyTagClassName
{
color: #C857C2;
}
</style>
background-color css
<style>
a { background-color: #C857C2; }
a { background-color: rgb(200,87,194); }
div.DivClassName
{
background-color: #C857C2;
}
.BgClassName
{
background-color: #C857C2;
}
</style>
border-color css
<style>
span { border-color: #C857C2; }
span { border-color: rgb(200,87,194); }
td.TdClassName
{
border-color: #C857C2;
}
.TagClassName
{
border-color: #C857C2;
}
</style>