Shades of Fuchsia #C13BCB
Tints of Fuchsia #C13BCB
RGB
CMYK
RGB Variations
Color information
#C13BCB (or 0xC13BCB) is known color: Fuchsia. HEX triplet: C1, 3B and CB. RGB value is (193,59,203). Sum of RGB (Red+Green+Blue) = 193+59+203=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #C13BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BCB is #3EC434. Grayscale: #737373. Windows color (decimal): -4113461 or 13319105. OLE color: 13319105.
HSL color Cylindrical-coordinate representation of color #C13BCB: hue angle of 295.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13BCB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 59 | 203 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.20 |
| HSL | 295.83º | 0.58% | 0.51% | - |
| HSV(B) | 295.83º | 0.71% | 0.8% | - |
| XYZ | 34.34 | 18.78 | 58.31 | - |
| YUV | 115.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 203 | 0.05 | 0.71 | 0 | 0.20 | 295.83 | 0.58 | 0.51 |
| Hex | C1 | 3B | CB | 5 | 47 | 0 | 14 | 128 | 3A | 33 |
| Octal | 301 | 73 | 313 | 5 | 107 | 0 | 24 | 450 | 72 | 63 |
| Binary | 11000001 | 111011 | 11001011 | 101 | 1000111 | 0 | 10100 | 100101000 | 111010 | 110011 |
Color Harmonies of #C13BCB
Complementary color
Monochromatic Colors of #C13BCB
Black with #C13BCB
Text Example
Text Example
White with #C13BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BCB; }
p { color: rgb(193,59,203); }
H1.HeaderClassName
{
color: #C13BCB;
}
.AnyTagClassName
{
color: #C13BCB;
}
</style>
background-color css
<style>
a { background-color: #C13BCB; }
a { background-color: rgb(193,59,203); }
div.DivClassName
{
background-color: #C13BCB;
}
.BgClassName
{
background-color: #C13BCB;
}
</style>
border-color css
<style>
span { border-color: #C13BCB; }
span { border-color: rgb(193,59,203); }
td.TdClassName
{
border-color: #C13BCB;
}
.TagClassName
{
border-color: #C13BCB;
}
</style>