Shades of Fuchsia #C158CB
Tints of Fuchsia #C158CB
RGB
CMYK
RGB Variations
Color information
#C158CB (or 0xC158CB) is known color: Fuchsia. HEX triplet: C1, 58 and CB. RGB value is (193,88,203). Sum of RGB (Red+Green+Blue) = 193+88+203=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C158CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C158CB is #3EA734. Grayscale: #848484. Windows color (decimal): -4106037 or 13326529. OLE color: 13326529.
HSL color Cylindrical-coordinate representation of color #C158CB: hue angle of 294.78º 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 #C158CB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 88 | 203 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.20 |
| HSL | 294.78º | 0.53% | 0.57% | - |
| HSV(B) | 294.78º | 0.57% | 0.8% | - |
| XYZ | 36.26 | 22.63 | 58.96 | - |
| YUV | 132.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 203 | 0.05 | 0.57 | 0 | 0.20 | 294.78 | 0.53 | 0.57 |
| Hex | C1 | 58 | CB | 5 | 39 | 0 | 14 | 127 | 35 | 39 |
| Octal | 301 | 130 | 313 | 5 | 71 | 0 | 24 | 447 | 65 | 71 |
| Binary | 11000001 | 1011000 | 11001011 | 101 | 111001 | 0 | 10100 | 100100111 | 110101 | 111001 |
Color Harmonies of #C158CB
Complementary color
Monochromatic Colors of #C158CB
Black with #C158CB
Text Example
Text Example
White with #C158CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C158CB; }
p { color: rgb(193,88,203); }
H1.HeaderClassName
{
color: #C158CB;
}
.AnyTagClassName
{
color: #C158CB;
}
</style>
background-color css
<style>
a { background-color: #C158CB; }
a { background-color: rgb(193,88,203); }
div.DivClassName
{
background-color: #C158CB;
}
.BgClassName
{
background-color: #C158CB;
}
</style>
border-color css
<style>
span { border-color: #C158CB; }
span { border-color: rgb(193,88,203); }
td.TdClassName
{
border-color: #C158CB;
}
.TagClassName
{
border-color: #C158CB;
}
</style>