Shades of Fuchsia #C858B9
Tints of Fuchsia #C858B9
RGB
CMYK
RGB Variations
Color information
#C858B9 (or 0xC858B9) is known color: Fuchsia. HEX triplet: C8, 58 and B9. RGB value is (200,88,185). Sum of RGB (Red+Green+Blue) = 200+88+185=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C858B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858B9 is #37A746. Grayscale: #848484. Windows color (decimal): -3647303 or 12146888. OLE color: 12146888.
HSL color Cylindrical-coordinate representation of color #C858B9: hue angle of 308.04º 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 #C858B9 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 185 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.22 |
| HSL | 308.04º | 0.5% | 0.56% | - |
| HSV(B) | 308.04º | 0.56% | 0.78% | - |
| XYZ | 36.07 | 22.76 | 48.39 | - |
| YUV | 132.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 185 | 0 | 0.56 | 0.08 | 0.22 | 308.04 | 0.5 | 0.56 |
| Hex | C8 | 58 | B9 | 0 | 38 | 8 | 16 | 134 | 32 | 38 |
| Octal | 310 | 130 | 271 | 0 | 70 | 10 | 26 | 464 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10111001 | 0 | 111000 | 1000 | 10110 | 100110100 | 110010 | 111000 |
Color Harmonies of #C858B9
Complementary color
Monochromatic Colors of #C858B9
Black with #C858B9
Text Example
Text Example
White with #C858B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858B9; }
p { color: rgb(200,88,185); }
H1.HeaderClassName
{
color: #C858B9;
}
.AnyTagClassName
{
color: #C858B9;
}
</style>
background-color css
<style>
a { background-color: #C858B9; }
a { background-color: rgb(200,88,185); }
div.DivClassName
{
background-color: #C858B9;
}
.BgClassName
{
background-color: #C858B9;
}
</style>
border-color css
<style>
span { border-color: #C858B9; }
span { border-color: rgb(200,88,185); }
td.TdClassName
{
border-color: #C858B9;
}
.TagClassName
{
border-color: #C858B9;
}
</style>