Shades of Fuchsia #C858CF
Tints of Fuchsia #C858CF
RGB
CMYK
RGB Variations
Color information
#C858CF (or 0xC858CF) is known color: Fuchsia. HEX triplet: C8, 58 and CF. RGB value is (200,88,207). Sum of RGB (Red+Green+Blue) = 200+88+207=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 88 (34.77% from 255 or 17.78% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C858CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858CF is #37A730. Grayscale: #868686. Windows color (decimal): -3647281 or 13588680. OLE color: 13588680.
HSL color Cylindrical-coordinate representation of color #C858CF: hue angle of 296.47º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C858CF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 88 | 207 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.19 |
| HSL | 296.47º | 0.55% | 0.58% | - |
| HSV(B) | 296.47º | 0.57% | 0.81% | - |
| XYZ | 38.57 | 23.76 | 61.59 | - |
| YUV | 135.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 207 | 0.03 | 0.57 | 0 | 0.19 | 296.47 | 0.55 | 0.58 |
| Hex | C8 | 58 | CF | 3 | 39 | 0 | 13 | 128 | 37 | 3A |
| Octal | 310 | 130 | 317 | 3 | 71 | 0 | 23 | 450 | 67 | 72 |
| Binary | 11001000 | 1011000 | 11001111 | 11 | 111001 | 0 | 10011 | 100101000 | 110111 | 111010 |
Color Harmonies of #C858CF
Complementary color
Monochromatic Colors of #C858CF
Black with #C858CF
Text Example
Text Example
White with #C858CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858CF; }
p { color: rgb(200,88,207); }
H1.HeaderClassName
{
color: #C858CF;
}
.AnyTagClassName
{
color: #C858CF;
}
</style>
background-color css
<style>
a { background-color: #C858CF; }
a { background-color: rgb(200,88,207); }
div.DivClassName
{
background-color: #C858CF;
}
.BgClassName
{
background-color: #C858CF;
}
</style>
border-color css
<style>
span { border-color: #C858CF; }
span { border-color: rgb(200,88,207); }
td.TdClassName
{
border-color: #C858CF;
}
.TagClassName
{
border-color: #C858CF;
}
</style>