Shades of Fuchsia #CB58D0
Tints of Fuchsia #CB58D0
RGB
CMYK
RGB Variations
Color information
#CB58D0 (or 0xCB58D0) is known color: Fuchsia. HEX triplet: CB, 58 and D0. RGB value is (203,88,208). Sum of RGB (Red+Green+Blue) = 203+88+208=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58D0 is #34A72F. Grayscale: #878787. Windows color (decimal): -3450672 or 13654219. OLE color: 13654219.
HSL color Cylindrical-coordinate representation of color #CB58D0: hue angle of 297.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB58D0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 88 | 208 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.18 |
| HSL | 297.5º | 0.56% | 0.58% | - |
| HSV(B) | 297.5º | 0.58% | 0.82% | - |
| XYZ | 39.5 | 24.23 | 62.27 | - |
| YUV | 136.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 208 | 0.02 | 0.58 | 0 | 0.18 | 297.5 | 0.56 | 0.58 |
| Hex | CB | 58 | D0 | 2 | 3A | 0 | 12 | 12A | 38 | 3A |
| Octal | 313 | 130 | 320 | 2 | 72 | 0 | 22 | 452 | 70 | 72 |
| Binary | 11001011 | 1011000 | 11010000 | 10 | 111010 | 0 | 10010 | 100101010 | 111000 | 111010 |
Color Harmonies of #CB58D0
Complementary color
Monochromatic Colors of #CB58D0
Black with #CB58D0
Text Example
Text Example
White with #CB58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58D0; }
p { color: rgb(203,88,208); }
H1.HeaderClassName
{
color: #CB58D0;
}
.AnyTagClassName
{
color: #CB58D0;
}
</style>
background-color css
<style>
a { background-color: #CB58D0; }
a { background-color: rgb(203,88,208); }
div.DivClassName
{
background-color: #CB58D0;
}
.BgClassName
{
background-color: #CB58D0;
}
</style>
border-color css
<style>
span { border-color: #CB58D0; }
span { border-color: rgb(203,88,208); }
td.TdClassName
{
border-color: #CB58D0;
}
.TagClassName
{
border-color: #CB58D0;
}
</style>