Shades of Fuchsia #C13ECC
Tints of Fuchsia #C13ECC
RGB
CMYK
RGB Variations
Color information
#C13ECC (or 0xC13ECC) is known color: Fuchsia. HEX triplet: C1, 3E and CC. RGB value is (193,62,204). Sum of RGB (Red+Green+Blue) = 193+62+204=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C13ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ECC is #3EC133. Grayscale: #747474. Windows color (decimal): -4112692 or 13385409. OLE color: 13385409.
HSL color Cylindrical-coordinate representation of color #C13ECC: hue angle of 295.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13ECC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 62 | 204 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.2 |
| HSL | 295.35º | 0.58% | 0.52% | - |
| HSV(B) | 295.35º | 0.7% | 0.8% | - |
| XYZ | 34.61 | 19.14 | 59 | - |
| YUV | 117.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 204 | 0.05 | 0.70 | 0 | 0.2 | 295.35 | 0.58 | 0.52 |
| Hex | C1 | 3E | CC | 5 | 46 | 0 | 14 | 127 | 3A | 34 |
| Octal | 301 | 76 | 314 | 5 | 106 | 0 | 24 | 447 | 72 | 64 |
| Binary | 11000001 | 111110 | 11001100 | 101 | 1000110 | 0 | 10100 | 100100111 | 111010 | 110100 |
Color Harmonies of #C13ECC
Complementary color
Monochromatic Colors of #C13ECC
Black with #C13ECC
Text Example
Text Example
White with #C13ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ECC; }
p { color: rgb(193,62,204); }
H1.HeaderClassName
{
color: #C13ECC;
}
.AnyTagClassName
{
color: #C13ECC;
}
</style>
background-color css
<style>
a { background-color: #C13ECC; }
a { background-color: rgb(193,62,204); }
div.DivClassName
{
background-color: #C13ECC;
}
.BgClassName
{
background-color: #C13ECC;
}
</style>
border-color css
<style>
span { border-color: #C13ECC; }
span { border-color: rgb(193,62,204); }
td.TdClassName
{
border-color: #C13ECC;
}
.TagClassName
{
border-color: #C13ECC;
}
</style>