Shades of Fuchsia #C858B1
Tints of Fuchsia #C858B1
RGB
CMYK
RGB Variations
Color information
#C858B1 (or 0xC858B1) is known color: Fuchsia. HEX triplet: C8, 58 and B1. RGB value is (200,88,177). Sum of RGB (Red+Green+Blue) = 200+88+177=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C858B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858B1 is #37A74E. Grayscale: #838383. Windows color (decimal): -3647311 or 11622600. OLE color: 11622600.
HSL color Cylindrical-coordinate representation of color #C858B1: hue angle of 312.32º 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 #C858B1 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 177 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.22 |
| HSL | 312.32º | 0.5% | 0.56% | - |
| HSV(B) | 312.32º | 0.56% | 0.78% | - |
| XYZ | 35.24 | 22.43 | 44.07 | - |
| YUV | 131.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 177 | 0 | 0.56 | 0.12 | 0.22 | 312.32 | 0.5 | 0.56 |
| Hex | C8 | 58 | B1 | 0 | 38 | C | 16 | 138 | 32 | 38 |
| Octal | 310 | 130 | 261 | 0 | 70 | 14 | 26 | 470 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10110001 | 0 | 111000 | 1100 | 10110 | 100111000 | 110010 | 111000 |
Color Harmonies of #C858B1
Complementary color
Monochromatic Colors of #C858B1
Black with #C858B1
Text Example
Text Example
White with #C858B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858B1; }
p { color: rgb(200,88,177); }
H1.HeaderClassName
{
color: #C858B1;
}
.AnyTagClassName
{
color: #C858B1;
}
</style>
background-color css
<style>
a { background-color: #C858B1; }
a { background-color: rgb(200,88,177); }
div.DivClassName
{
background-color: #C858B1;
}
.BgClassName
{
background-color: #C858B1;
}
</style>
border-color css
<style>
span { border-color: #C858B1; }
span { border-color: rgb(200,88,177); }
td.TdClassName
{
border-color: #C858B1;
}
.TagClassName
{
border-color: #C858B1;
}
</style>