Shades of Fuchsia #C13CC0
Tints of Fuchsia #C13CC0
RGB
CMYK
RGB Variations
Color information
#C13CC0 (or 0xC13CC0) is known color: Fuchsia. HEX triplet: C1, 3C and C0. RGB value is (193,60,192). Sum of RGB (Red+Green+Blue) = 193+60+192=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CC0 is #3EC33F. Grayscale: #727272. Windows color (decimal): -4113216 or 12598465. OLE color: 12598465.
HSL color Cylindrical-coordinate representation of color #C13CC0: hue angle of 300.45º 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 #C13CC0 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 192 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.24 |
| HSL | 300.45º | 0.53% | 0.5% | - |
| HSV(B) | 300.45º | 0.69% | 0.76% | - |
| XYZ | 33.12 | 18.37 | 51.67 | - |
| YUV | 114.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 192 | 0 | 0.69 | 0.01 | 0.24 | 300.45 | 0.53 | 0.5 |
| Hex | C1 | 3C | C0 | 0 | 45 | 1 | 18 | 12C | 35 | 32 |
| Octal | 301 | 74 | 300 | 0 | 105 | 1 | 30 | 454 | 65 | 62 |
| Binary | 11000001 | 111100 | 11000000 | 0 | 1000101 | 1 | 11000 | 100101100 | 110101 | 110010 |
Color Harmonies of #C13CC0
Complementary color
Monochromatic Colors of #C13CC0
Black with #C13CC0
Text Example
Text Example
White with #C13CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CC0; }
p { color: rgb(193,60,192); }
H1.HeaderClassName
{
color: #C13CC0;
}
.AnyTagClassName
{
color: #C13CC0;
}
</style>
background-color css
<style>
a { background-color: #C13CC0; }
a { background-color: rgb(193,60,192); }
div.DivClassName
{
background-color: #C13CC0;
}
.BgClassName
{
background-color: #C13CC0;
}
</style>
border-color css
<style>
span { border-color: #C13CC0; }
span { border-color: rgb(193,60,192); }
td.TdClassName
{
border-color: #C13CC0;
}
.TagClassName
{
border-color: #C13CC0;
}
</style>