Shades of Fuchsia #C857C4
Tints of Fuchsia #C857C4
RGB
CMYK
RGB Variations
Color information
#C857C4 (or 0xC857C4) is known color: Fuchsia. HEX triplet: C8, 57 and C4. RGB value is (200,87,196). Sum of RGB (Red+Green+Blue) = 200+87+196=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C857C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857C4 is #37A83B. Grayscale: #848484. Windows color (decimal): -3647548 or 12867528. OLE color: 12867528.
HSL color Cylindrical-coordinate representation of color #C857C4: hue angle of 302.12º 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 #C857C4 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 196 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.22 |
| HSL | 302.12º | 0.51% | 0.56% | - |
| HSV(B) | 302.12º | 0.57% | 0.78% | - |
| XYZ | 37.19 | 23.08 | 54.72 | - |
| YUV | 133.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 196 | 0 | 0.56 | 0.02 | 0.22 | 302.12 | 0.51 | 0.56 |
| Hex | C8 | 57 | C4 | 0 | 38 | 2 | 16 | 12E | 33 | 38 |
| Octal | 310 | 127 | 304 | 0 | 70 | 2 | 26 | 456 | 63 | 70 |
| Binary | 11001000 | 1010111 | 11000100 | 0 | 111000 | 10 | 10110 | 100101110 | 110011 | 111000 |
Color Harmonies of #C857C4
Complementary color
Monochromatic Colors of #C857C4
Black with #C857C4
Text Example
Text Example
White with #C857C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857C4; }
p { color: rgb(200,87,196); }
H1.HeaderClassName
{
color: #C857C4;
}
.AnyTagClassName
{
color: #C857C4;
}
</style>
background-color css
<style>
a { background-color: #C857C4; }
a { background-color: rgb(200,87,196); }
div.DivClassName
{
background-color: #C857C4;
}
.BgClassName
{
background-color: #C857C4;
}
</style>
border-color css
<style>
span { border-color: #C857C4; }
span { border-color: rgb(200,87,196); }
td.TdClassName
{
border-color: #C857C4;
}
.TagClassName
{
border-color: #C857C4;
}
</style>