Shades of Fuchsia #C858AC
Tints of Fuchsia #C858AC
RGB
CMYK
RGB Variations
Color information
#C858AC (or 0xC858AC) is known color: Fuchsia. HEX triplet: C8, 58 and AC. RGB value is (200,88,172). Sum of RGB (Red+Green+Blue) = 200+88+172=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C858AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858AC is #37A753. Grayscale: #828282. Windows color (decimal): -3647316 or 11294920. OLE color: 11294920.
HSL color Cylindrical-coordinate representation of color #C858AC: hue angle of 315º degrees, saturation: 0.5, 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 #C858AC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 172 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.22 |
| HSL | 315º | 0.5% | 0.56% | - |
| HSV(B) | 315º | 0.56% | 0.78% | - |
| XYZ | 34.76 | 22.24 | 41.49 | - |
| YUV | 131.06 | 151.11 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 172 | 0 | 0.56 | 0.14 | 0.22 | 315 | 0.5 | 0.56 |
| Hex | C8 | 58 | AC | 0 | 38 | E | 16 | 13B | 32 | 38 |
| Octal | 310 | 130 | 254 | 0 | 70 | 16 | 26 | 473 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10101100 | 0 | 111000 | 1110 | 10110 | 100111011 | 110010 | 111000 |
Color Harmonies of #C858AC
Complementary color
Monochromatic Colors of #C858AC
Black with #C858AC
Text Example
Text Example
White with #C858AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858AC; }
p { color: rgb(200,88,172); }
H1.HeaderClassName
{
color: #C858AC;
}
.AnyTagClassName
{
color: #C858AC;
}
</style>
background-color css
<style>
a { background-color: #C858AC; }
a { background-color: rgb(200,88,172); }
div.DivClassName
{
background-color: #C858AC;
}
.BgClassName
{
background-color: #C858AC;
}
</style>
border-color css
<style>
span { border-color: #C858AC; }
span { border-color: rgb(200,88,172); }
td.TdClassName
{
border-color: #C858AC;
}
.TagClassName
{
border-color: #C858AC;
}
</style>