Shades of Fuchsia #CB58CE
Tints of Fuchsia #CB58CE
RGB
CMYK
RGB Variations
Color information
#CB58CE (or 0xCB58CE) is known color: Fuchsia. HEX triplet: CB, 58 and CE. RGB value is (203,88,206). Sum of RGB (Red+Green+Blue) = 203+88+206=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB58CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58CE is #34A731. Grayscale: #878787. Windows color (decimal): -3450674 or 13523147. OLE color: 13523147.
HSL color Cylindrical-coordinate representation of color #CB58CE: hue angle of 298.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 #CB58CE is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 88 | 206 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.19 |
| HSL | 298.47º | 0.55% | 0.58% | - |
| HSV(B) | 298.47º | 0.57% | 0.81% | - |
| XYZ | 39.26 | 24.13 | 60.98 | - |
| YUV | 135.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 206 | 0.01 | 0.57 | 0 | 0.19 | 298.47 | 0.55 | 0.58 |
| Hex | CB | 58 | CE | 1 | 39 | 0 | 13 | 12A | 37 | 3A |
| Octal | 313 | 130 | 316 | 1 | 71 | 0 | 23 | 452 | 67 | 72 |
| Binary | 11001011 | 1011000 | 11001110 | 1 | 111001 | 0 | 10011 | 100101010 | 110111 | 111010 |
Color Harmonies of #CB58CE
Complementary color
Monochromatic Colors of #CB58CE
Black with #CB58CE
Text Example
Text Example
White with #CB58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58CE; }
p { color: rgb(203,88,206); }
H1.HeaderClassName
{
color: #CB58CE;
}
.AnyTagClassName
{
color: #CB58CE;
}
</style>
background-color css
<style>
a { background-color: #CB58CE; }
a { background-color: rgb(203,88,206); }
div.DivClassName
{
background-color: #CB58CE;
}
.BgClassName
{
background-color: #CB58CE;
}
</style>
border-color css
<style>
span { border-color: #CB58CE; }
span { border-color: rgb(203,88,206); }
td.TdClassName
{
border-color: #CB58CE;
}
.TagClassName
{
border-color: #CB58CE;
}
</style>