Shades of Fuchsia #CB58CF
Tints of Fuchsia #CB58CF
RGB
CMYK
RGB Variations
Color information
#CB58CF (or 0xCB58CF) is known color: Fuchsia. HEX triplet: CB, 58 and CF. RGB value is (203,88,207). Sum of RGB (Red+Green+Blue) = 203+88+207=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58CF is #34A730. Grayscale: #878787. Windows color (decimal): -3450673 or 13588683. OLE color: 13588683.
HSL color Cylindrical-coordinate representation of color #CB58CF: hue angle of 297.98º 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 #CB58CF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 88 | 207 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.19 |
| HSL | 297.98º | 0.55% | 0.58% | - |
| HSV(B) | 297.98º | 0.57% | 0.81% | - |
| XYZ | 39.38 | 24.18 | 61.62 | - |
| YUV | 135.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 207 | 0.02 | 0.57 | 0 | 0.19 | 297.98 | 0.55 | 0.58 |
| Hex | CB | 58 | CF | 2 | 39 | 0 | 13 | 12A | 37 | 3A |
| Octal | 313 | 130 | 317 | 2 | 71 | 0 | 23 | 452 | 67 | 72 |
| Binary | 11001011 | 1011000 | 11001111 | 10 | 111001 | 0 | 10011 | 100101010 | 110111 | 111010 |
Color Harmonies of #CB58CF
Complementary color
Monochromatic Colors of #CB58CF
Black with #CB58CF
Text Example
Text Example
White with #CB58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58CF; }
p { color: rgb(203,88,207); }
H1.HeaderClassName
{
color: #CB58CF;
}
.AnyTagClassName
{
color: #CB58CF;
}
</style>
background-color css
<style>
a { background-color: #CB58CF; }
a { background-color: rgb(203,88,207); }
div.DivClassName
{
background-color: #CB58CF;
}
.BgClassName
{
background-color: #CB58CF;
}
</style>
border-color css
<style>
span { border-color: #CB58CF; }
span { border-color: rgb(203,88,207); }
td.TdClassName
{
border-color: #CB58CF;
}
.TagClassName
{
border-color: #CB58CF;
}
</style>