Shades of Fuchsia #C858AB
Tints of Fuchsia #C858AB
RGB
CMYK
RGB Variations
Color information
#C858AB (or 0xC858AB) is known color: Fuchsia. HEX triplet: C8, 58 and AB. RGB value is (200,88,171). Sum of RGB (Red+Green+Blue) = 200+88+171=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C858AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858AB is #37A754. Grayscale: #828282. Windows color (decimal): -3647317 or 11229384. OLE color: 11229384.
HSL color Cylindrical-coordinate representation of color #C858AB: hue angle of 315.54º 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 #C858AB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 171 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.22 |
| HSL | 315.54º | 0.5% | 0.56% | - |
| HSV(B) | 315.54º | 0.56% | 0.78% | - |
| XYZ | 34.66 | 22.2 | 40.99 | - |
| YUV | 130.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 171 | 0 | 0.56 | 0.14 | 0.22 | 315.54 | 0.5 | 0.56 |
| Hex | C8 | 58 | AB | 0 | 38 | E | 16 | 13C | 32 | 38 |
| Octal | 310 | 130 | 253 | 0 | 70 | 16 | 26 | 474 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10101011 | 0 | 111000 | 1110 | 10110 | 100111100 | 110010 | 111000 |
Color Harmonies of #C858AB
Complementary color
Monochromatic Colors of #C858AB
Black with #C858AB
Text Example
Text Example
White with #C858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858AB; }
p { color: rgb(200,88,171); }
H1.HeaderClassName
{
color: #C858AB;
}
.AnyTagClassName
{
color: #C858AB;
}
</style>
background-color css
<style>
a { background-color: #C858AB; }
a { background-color: rgb(200,88,171); }
div.DivClassName
{
background-color: #C858AB;
}
.BgClassName
{
background-color: #C858AB;
}
</style>
border-color css
<style>
span { border-color: #C858AB; }
span { border-color: rgb(200,88,171); }
td.TdClassName
{
border-color: #C858AB;
}
.TagClassName
{
border-color: #C858AB;
}
</style>