Shades of Fuchsia #C13ECB
Tints of Fuchsia #C13ECB
RGB
CMYK
RGB Variations
Color information
#C13ECB (or 0xC13ECB) is known color: Fuchsia. HEX triplet: C1, 3E and CB. RGB value is (193,62,203). Sum of RGB (Red+Green+Blue) = 193+62+203=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #C13ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ECB is #3EC134. Grayscale: #747474. Windows color (decimal): -4112693 or 13319873. OLE color: 13319873.
HSL color Cylindrical-coordinate representation of color #C13ECB: hue angle of 295.74º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13ECB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 62 | 203 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.20 |
| HSL | 295.74º | 0.58% | 0.52% | - |
| HSV(B) | 295.74º | 0.69% | 0.8% | - |
| XYZ | 34.49 | 19.09 | 58.37 | - |
| YUV | 117.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 203 | 0.05 | 0.69 | 0 | 0.20 | 295.74 | 0.58 | 0.52 |
| Hex | C1 | 3E | CB | 5 | 45 | 0 | 14 | 128 | 3A | 34 |
| Octal | 301 | 76 | 313 | 5 | 105 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000001 | 111110 | 11001011 | 101 | 1000101 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C13ECB
Complementary color
Monochromatic Colors of #C13ECB
Black with #C13ECB
Text Example
Text Example
White with #C13ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ECB; }
p { color: rgb(193,62,203); }
H1.HeaderClassName
{
color: #C13ECB;
}
.AnyTagClassName
{
color: #C13ECB;
}
</style>
background-color css
<style>
a { background-color: #C13ECB; }
a { background-color: rgb(193,62,203); }
div.DivClassName
{
background-color: #C13ECB;
}
.BgClassName
{
background-color: #C13ECB;
}
</style>
border-color css
<style>
span { border-color: #C13ECB; }
span { border-color: rgb(193,62,203); }
td.TdClassName
{
border-color: #C13ECB;
}
.TagClassName
{
border-color: #C13ECB;
}
</style>