Shades of Fuchsia #CB58C3
Tints of Fuchsia #CB58C3
RGB
CMYK
RGB Variations
Color information
#CB58C3 (or 0xCB58C3) is known color: Fuchsia. HEX triplet: CB, 58 and C3. RGB value is (203,88,195). Sum of RGB (Red+Green+Blue) = 203+88+195=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB58C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58C3 is #34A73C. Grayscale: #868686. Windows color (decimal): -3450685 or 12802251. OLE color: 12802251.
HSL color Cylindrical-coordinate representation of color #CB58C3: hue angle of 304.17º 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 #CB58C3 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 195 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.20 |
| HSL | 304.17º | 0.53% | 0.57% | - |
| HSV(B) | 304.17º | 0.57% | 0.8% | - |
| XYZ | 37.97 | 23.62 | 54.19 | - |
| YUV | 134.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 195 | 0 | 0.57 | 0.04 | 0.20 | 304.17 | 0.53 | 0.57 |
| Hex | CB | 58 | C3 | 0 | 39 | 4 | 14 | 130 | 35 | 39 |
| Octal | 313 | 130 | 303 | 0 | 71 | 4 | 24 | 460 | 65 | 71 |
| Binary | 11001011 | 1011000 | 11000011 | 0 | 111001 | 100 | 10100 | 100110000 | 110101 | 111001 |
Color Harmonies of #CB58C3
Complementary color
Monochromatic Colors of #CB58C3
Black with #CB58C3
Text Example
Text Example
White with #CB58C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58C3; }
p { color: rgb(203,88,195); }
H1.HeaderClassName
{
color: #CB58C3;
}
.AnyTagClassName
{
color: #CB58C3;
}
</style>
background-color css
<style>
a { background-color: #CB58C3; }
a { background-color: rgb(203,88,195); }
div.DivClassName
{
background-color: #CB58C3;
}
.BgClassName
{
background-color: #CB58C3;
}
</style>
border-color css
<style>
span { border-color: #CB58C3; }
span { border-color: rgb(203,88,195); }
td.TdClassName
{
border-color: #CB58C3;
}
.TagClassName
{
border-color: #CB58C3;
}
</style>