Shades of Fuchsia #C858BE
Tints of Fuchsia #C858BE
RGB
CMYK
RGB Variations
Color information
#C858BE (or 0xC858BE) is known color: Fuchsia. HEX triplet: C8, 58 and BE. RGB value is (200,88,190). Sum of RGB (Red+Green+Blue) = 200+88+190=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C858BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858BE is #37A741. Grayscale: #848484. Windows color (decimal): -3647298 or 12474568. OLE color: 12474568.
HSL color Cylindrical-coordinate representation of color #C858BE: hue angle of 305.36º 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 #C858BE is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 190 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.22 |
| HSL | 305.36º | 0.5% | 0.56% | - |
| HSV(B) | 305.36º | 0.56% | 0.78% | - |
| XYZ | 36.6 | 22.98 | 51.22 | - |
| YUV | 133.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 190 | 0 | 0.56 | 0.05 | 0.22 | 305.36 | 0.5 | 0.56 |
| Hex | C8 | 58 | BE | 0 | 38 | 5 | 16 | 131 | 32 | 38 |
| Octal | 310 | 130 | 276 | 0 | 70 | 5 | 26 | 461 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10111110 | 0 | 111000 | 101 | 10110 | 100110001 | 110010 | 111000 |
Color Harmonies of #C858BE
Complementary color
Monochromatic Colors of #C858BE
Black with #C858BE
Text Example
Text Example
White with #C858BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858BE; }
p { color: rgb(200,88,190); }
H1.HeaderClassName
{
color: #C858BE;
}
.AnyTagClassName
{
color: #C858BE;
}
</style>
background-color css
<style>
a { background-color: #C858BE; }
a { background-color: rgb(200,88,190); }
div.DivClassName
{
background-color: #C858BE;
}
.BgClassName
{
background-color: #C858BE;
}
</style>
border-color css
<style>
span { border-color: #C858BE; }
span { border-color: rgb(200,88,190); }
td.TdClassName
{
border-color: #C858BE;
}
.TagClassName
{
border-color: #C858BE;
}
</style>