Shades of Fuchsia #C858BD
Tints of Fuchsia #C858BD
RGB
CMYK
RGB Variations
Color information
#C858BD (or 0xC858BD) is known color: Fuchsia. HEX triplet: C8, 58 and BD. RGB value is (200,88,189). Sum of RGB (Red+Green+Blue) = 200+88+189=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C858BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858BD is #37A742. Grayscale: #848484. Windows color (decimal): -3647299 or 12409032. OLE color: 12409032.
HSL color Cylindrical-coordinate representation of color #C858BD: hue angle of 305.89º 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 #C858BD is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 189 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.22 |
| HSL | 305.89º | 0.5% | 0.56% | - |
| HSV(B) | 305.89º | 0.56% | 0.78% | - |
| XYZ | 36.49 | 22.93 | 50.65 | - |
| YUV | 133 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 189 | 0 | 0.56 | 0.06 | 0.22 | 305.89 | 0.5 | 0.56 |
| Hex | C8 | 58 | BD | 0 | 38 | 6 | 16 | 132 | 32 | 38 |
| Octal | 310 | 130 | 275 | 0 | 70 | 6 | 26 | 462 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10111101 | 0 | 111000 | 110 | 10110 | 100110010 | 110010 | 111000 |
Color Harmonies of #C858BD
Complementary color
Monochromatic Colors of #C858BD
Black with #C858BD
Text Example
Text Example
White with #C858BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858BD; }
p { color: rgb(200,88,189); }
H1.HeaderClassName
{
color: #C858BD;
}
.AnyTagClassName
{
color: #C858BD;
}
</style>
background-color css
<style>
a { background-color: #C858BD; }
a { background-color: rgb(200,88,189); }
div.DivClassName
{
background-color: #C858BD;
}
.BgClassName
{
background-color: #C858BD;
}
</style>
border-color css
<style>
span { border-color: #C858BD; }
span { border-color: rgb(200,88,189); }
td.TdClassName
{
border-color: #C858BD;
}
.TagClassName
{
border-color: #C858BD;
}
</style>