Shades of Fuchsia #C858CA
Tints of Fuchsia #C858CA
RGB
CMYK
RGB Variations
Color information
#C858CA (or 0xC858CA) is known color: Fuchsia. HEX triplet: C8, 58 and CA. RGB value is (200,88,202). Sum of RGB (Red+Green+Blue) = 200+88+202=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #C858CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858CA is #37A735. Grayscale: #868686. Windows color (decimal): -3647286 or 13261000. OLE color: 13261000.
HSL color Cylindrical-coordinate representation of color #C858CA: hue angle of 298.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C858CA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 88 | 202 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.21 |
| HSL | 298.95º | 0.52% | 0.57% | - |
| HSV(B) | 298.95º | 0.56% | 0.79% | - |
| XYZ | 37.97 | 23.52 | 58.42 | - |
| YUV | 134.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 202 | 0.01 | 0.56 | 0 | 0.21 | 298.95 | 0.52 | 0.57 |
| Hex | C8 | 58 | CA | 1 | 38 | 0 | 15 | 12B | 34 | 39 |
| Octal | 310 | 130 | 312 | 1 | 70 | 0 | 25 | 453 | 64 | 71 |
| Binary | 11001000 | 1011000 | 11001010 | 1 | 111000 | 0 | 10101 | 100101011 | 110100 | 111001 |
Color Harmonies of #C858CA
Complementary color
Monochromatic Colors of #C858CA
Black with #C858CA
Text Example
Text Example
White with #C858CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858CA; }
p { color: rgb(200,88,202); }
H1.HeaderClassName
{
color: #C858CA;
}
.AnyTagClassName
{
color: #C858CA;
}
</style>
background-color css
<style>
a { background-color: #C858CA; }
a { background-color: rgb(200,88,202); }
div.DivClassName
{
background-color: #C858CA;
}
.BgClassName
{
background-color: #C858CA;
}
</style>
border-color css
<style>
span { border-color: #C858CA; }
span { border-color: rgb(200,88,202); }
td.TdClassName
{
border-color: #C858CA;
}
.TagClassName
{
border-color: #C858CA;
}
</style>