Shades of Fuchsia #C858BC
Tints of Fuchsia #C858BC
RGB
CMYK
RGB Variations
Color information
#C858BC (or 0xC858BC) is known color: Fuchsia. HEX triplet: C8, 58 and BC. RGB value is (200,88,188). Sum of RGB (Red+Green+Blue) = 200+88+188=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C858BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858BC is #37A743. Grayscale: #848484. Windows color (decimal): -3647300 or 12343496. OLE color: 12343496.
HSL color Cylindrical-coordinate representation of color #C858BC: hue angle of 306.43º 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 #C858BC is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 188 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.22 |
| HSL | 306.43º | 0.5% | 0.56% | - |
| HSV(B) | 306.43º | 0.56% | 0.78% | - |
| XYZ | 36.39 | 22.89 | 50.08 | - |
| YUV | 132.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 188 | 0 | 0.56 | 0.06 | 0.22 | 306.43 | 0.5 | 0.56 |
| Hex | C8 | 58 | BC | 0 | 38 | 6 | 16 | 132 | 32 | 38 |
| Octal | 310 | 130 | 274 | 0 | 70 | 6 | 26 | 462 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10111100 | 0 | 111000 | 110 | 10110 | 100110010 | 110010 | 111000 |
Color Harmonies of #C858BC
Complementary color
Monochromatic Colors of #C858BC
Black with #C858BC
Text Example
Text Example
White with #C858BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858BC; }
p { color: rgb(200,88,188); }
H1.HeaderClassName
{
color: #C858BC;
}
.AnyTagClassName
{
color: #C858BC;
}
</style>
background-color css
<style>
a { background-color: #C858BC; }
a { background-color: rgb(200,88,188); }
div.DivClassName
{
background-color: #C858BC;
}
.BgClassName
{
background-color: #C858BC;
}
</style>
border-color css
<style>
span { border-color: #C858BC; }
span { border-color: rgb(200,88,188); }
td.TdClassName
{
border-color: #C858BC;
}
.TagClassName
{
border-color: #C858BC;
}
</style>