Shades of Fuchsia #C858CB
Tints of Fuchsia #C858CB
RGB
CMYK
RGB Variations
Color information
#C858CB (or 0xC858CB) is known color: Fuchsia. HEX triplet: C8, 58 and CB. RGB value is (200,88,203). Sum of RGB (Red+Green+Blue) = 200+88+203=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #C858CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858CB is #37A734. Grayscale: #868686. Windows color (decimal): -3647285 or 13326536. OLE color: 13326536.
HSL color Cylindrical-coordinate representation of color #C858CB: hue angle of 298.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C858CB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 88 | 203 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.20 |
| HSL | 298.43º | 0.53% | 0.57% | - |
| HSV(B) | 298.43º | 0.57% | 0.8% | - |
| XYZ | 38.09 | 23.57 | 59.04 | - |
| YUV | 134.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 203 | 0.01 | 0.57 | 0 | 0.20 | 298.43 | 0.53 | 0.57 |
| Hex | C8 | 58 | CB | 1 | 39 | 0 | 14 | 12A | 35 | 39 |
| Octal | 310 | 130 | 313 | 1 | 71 | 0 | 24 | 452 | 65 | 71 |
| Binary | 11001000 | 1011000 | 11001011 | 1 | 111001 | 0 | 10100 | 100101010 | 110101 | 111001 |
Color Harmonies of #C858CB
Complementary color
Monochromatic Colors of #C858CB
Black with #C858CB
Text Example
Text Example
White with #C858CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858CB; }
p { color: rgb(200,88,203); }
H1.HeaderClassName
{
color: #C858CB;
}
.AnyTagClassName
{
color: #C858CB;
}
</style>
background-color css
<style>
a { background-color: #C858CB; }
a { background-color: rgb(200,88,203); }
div.DivClassName
{
background-color: #C858CB;
}
.BgClassName
{
background-color: #C858CB;
}
</style>
border-color css
<style>
span { border-color: #C858CB; }
span { border-color: rgb(200,88,203); }
td.TdClassName
{
border-color: #C858CB;
}
.TagClassName
{
border-color: #C858CB;
}
</style>