Shades of Fuchsia #C13ECD
Tints of Fuchsia #C13ECD
RGB
CMYK
RGB Variations
Color information
#C13ECD (or 0xC13ECD) is known color: Fuchsia. HEX triplet: C1, 3E and CD. RGB value is (193,62,205). Sum of RGB (Red+Green+Blue) = 193+62+205=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C13ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13ECD is #3EC132. Grayscale: #757575. Windows color (decimal): -4112691 or 13450945. OLE color: 13450945.
HSL color Cylindrical-coordinate representation of color #C13ECD: hue angle of 294.97º degrees, saturation: 0.59, 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 #C13ECD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 62 | 205 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.20 |
| HSL | 294.97º | 0.59% | 0.52% | - |
| HSV(B) | 294.97º | 0.7% | 0.8% | - |
| XYZ | 34.73 | 19.19 | 59.63 | - |
| YUV | 117.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 205 | 0.06 | 0.70 | 0 | 0.20 | 294.97 | 0.59 | 0.52 |
| Hex | C1 | 3E | CD | 6 | 46 | 0 | 14 | 127 | 3B | 34 |
| Octal | 301 | 76 | 315 | 6 | 106 | 0 | 24 | 447 | 73 | 64 |
| Binary | 11000001 | 111110 | 11001101 | 110 | 1000110 | 0 | 10100 | 100100111 | 111011 | 110100 |
Color Harmonies of #C13ECD
Complementary color
Monochromatic Colors of #C13ECD
Black with #C13ECD
Text Example
Text Example
White with #C13ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13ECD; }
p { color: rgb(193,62,205); }
H1.HeaderClassName
{
color: #C13ECD;
}
.AnyTagClassName
{
color: #C13ECD;
}
</style>
background-color css
<style>
a { background-color: #C13ECD; }
a { background-color: rgb(193,62,205); }
div.DivClassName
{
background-color: #C13ECD;
}
.BgClassName
{
background-color: #C13ECD;
}
</style>
border-color css
<style>
span { border-color: #C13ECD; }
span { border-color: rgb(193,62,205); }
td.TdClassName
{
border-color: #C13ECD;
}
.TagClassName
{
border-color: #C13ECD;
}
</style>