Shades of Fuchsia #C13CBE
Tints of Fuchsia #C13CBE
RGB
CMYK
RGB Variations
Color information
#C13CBE (or 0xC13CBE) is known color: Fuchsia. HEX triplet: C1, 3C and BE. RGB value is (193,60,190). Sum of RGB (Red+Green+Blue) = 193+60+190=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CBE is #3EC341. Grayscale: #727272. Windows color (decimal): -4113218 or 12467393. OLE color: 12467393.
HSL color Cylindrical-coordinate representation of color #C13CBE: hue angle of 301.35º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13CBE is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 190 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.24 |
| HSL | 301.35º | 0.53% | 0.5% | - |
| HSV(B) | 301.35º | 0.69% | 0.76% | - |
| XYZ | 32.9 | 18.29 | 50.51 | - |
| YUV | 114.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 190 | 0 | 0.69 | 0.02 | 0.24 | 301.35 | 0.53 | 0.5 |
| Hex | C1 | 3C | BE | 0 | 45 | 2 | 18 | 12D | 35 | 32 |
| Octal | 301 | 74 | 276 | 0 | 105 | 2 | 30 | 455 | 65 | 62 |
| Binary | 11000001 | 111100 | 10111110 | 0 | 1000101 | 10 | 11000 | 100101101 | 110101 | 110010 |
Color Harmonies of #C13CBE
Complementary color
Monochromatic Colors of #C13CBE
Black with #C13CBE
Text Example
Text Example
White with #C13CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CBE; }
p { color: rgb(193,60,190); }
H1.HeaderClassName
{
color: #C13CBE;
}
.AnyTagClassName
{
color: #C13CBE;
}
</style>
background-color css
<style>
a { background-color: #C13CBE; }
a { background-color: rgb(193,60,190); }
div.DivClassName
{
background-color: #C13CBE;
}
.BgClassName
{
background-color: #C13CBE;
}
</style>
border-color css
<style>
span { border-color: #C13CBE; }
span { border-color: rgb(193,60,190); }
td.TdClassName
{
border-color: #C13CBE;
}
.TagClassName
{
border-color: #C13CBE;
}
</style>