Shades of Fuchsia #C858C1
Tints of Fuchsia #C858C1
RGB
CMYK
RGB Variations
Color information
#C858C1 (or 0xC858C1) is known color: Fuchsia. HEX triplet: C8, 58 and C1. RGB value is (200,88,193). Sum of RGB (Red+Green+Blue) = 200+88+193=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C858C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858C1 is #37A73E. Grayscale: #858585. Windows color (decimal): -3647295 or 12671176. OLE color: 12671176.
HSL color Cylindrical-coordinate representation of color #C858C1: hue angle of 303.75º 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 #C858C1 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 193 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.22 |
| HSL | 303.75º | 0.5% | 0.56% | - |
| HSV(B) | 303.75º | 0.56% | 0.78% | - |
| XYZ | 36.93 | 23.11 | 52.97 | - |
| YUV | 133.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 193 | 0 | 0.56 | 0.04 | 0.22 | 303.75 | 0.5 | 0.56 |
| Hex | C8 | 58 | C1 | 0 | 38 | 4 | 16 | 130 | 32 | 38 |
| Octal | 310 | 130 | 301 | 0 | 70 | 4 | 26 | 460 | 62 | 70 |
| Binary | 11001000 | 1011000 | 11000001 | 0 | 111000 | 100 | 10110 | 100110000 | 110010 | 111000 |
Color Harmonies of #C858C1
Complementary color
Monochromatic Colors of #C858C1
Black with #C858C1
Text Example
Text Example
White with #C858C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858C1; }
p { color: rgb(200,88,193); }
H1.HeaderClassName
{
color: #C858C1;
}
.AnyTagClassName
{
color: #C858C1;
}
</style>
background-color css
<style>
a { background-color: #C858C1; }
a { background-color: rgb(200,88,193); }
div.DivClassName
{
background-color: #C858C1;
}
.BgClassName
{
background-color: #C858C1;
}
</style>
border-color css
<style>
span { border-color: #C858C1; }
span { border-color: rgb(200,88,193); }
td.TdClassName
{
border-color: #C858C1;
}
.TagClassName
{
border-color: #C858C1;
}
</style>