Shades of Fuchsia #CB58CB
Tints of Fuchsia #CB58CB
RGB
CMYK
RGB Variations
Color information
#CB58CB (or 0xCB58CB) is known color: Fuchsia. HEX triplet: CB, 58 and CB. RGB value is (203,88,203). Sum of RGB (Red+Green+Blue) = 203+88+203=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58CB is #34A734. Grayscale: #878787. Windows color (decimal): -3450677 or 13326539. OLE color: 13326539.
HSL color Cylindrical-coordinate representation of color #CB58CB: hue angle of 300º 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 #CB58CB is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 203 | - |
| CMYK | 0 | 0.57 | 0 | 0.20 |
| HSL | 300º | 0.53% | 0.57% | - |
| HSV(B) | 300º | 0.57% | 0.8% | - |
| XYZ | 38.9 | 23.99 | 59.08 | - |
| YUV | 135.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 203 | 0 | 0.57 | 0 | 0.20 | 300 | 0.53 | 0.57 |
| Hex | CB | 58 | CB | 0 | 39 | 0 | 14 | 12C | 35 | 39 |
| Octal | 313 | 130 | 313 | 0 | 71 | 0 | 24 | 454 | 65 | 71 |
| Binary | 11001011 | 1011000 | 11001011 | 0 | 111001 | 0 | 10100 | 100101100 | 110101 | 111001 |
Color Harmonies of #CB58CB
Complementary color
Monochromatic Colors of #CB58CB
Black with #CB58CB
Text Example
Text Example
White with #CB58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58CB; }
p { color: rgb(203,88,203); }
H1.HeaderClassName
{
color: #CB58CB;
}
.AnyTagClassName
{
color: #CB58CB;
}
</style>
background-color css
<style>
a { background-color: #CB58CB; }
a { background-color: rgb(203,88,203); }
div.DivClassName
{
background-color: #CB58CB;
}
.BgClassName
{
background-color: #CB58CB;
}
</style>
border-color css
<style>
span { border-color: #CB58CB; }
span { border-color: rgb(203,88,203); }
td.TdClassName
{
border-color: #CB58CB;
}
.TagClassName
{
border-color: #CB58CB;
}
</style>