Shades of Fuchsia #C139CD
Tints of Fuchsia #C139CD
RGB
CMYK
RGB Variations
Color information
#C139CD (or 0xC139CD) is known color: Fuchsia. HEX triplet: C1, 39 and CD. RGB value is (193,57,205). Sum of RGB (Red+Green+Blue) = 193+57+205=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #C139CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C139CD is #3EC632. Grayscale: #727272. Windows color (decimal): -4113971 or 13449665. OLE color: 13449665.
HSL color Cylindrical-coordinate representation of color #C139CD: hue angle of 295.14º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C139CD is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 57 | 205 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.20 |
| HSL | 295.14º | 0.6% | 0.51% | - |
| HSV(B) | 295.14º | 0.72% | 0.8% | - |
| XYZ | 34.47 | 18.67 | 59.54 | - |
| YUV | 114.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 205 | 0.06 | 0.72 | 0 | 0.20 | 295.14 | 0.6 | 0.51 |
| Hex | C1 | 39 | CD | 6 | 48 | 0 | 14 | 127 | 3C | 33 |
| Octal | 301 | 71 | 315 | 6 | 110 | 0 | 24 | 447 | 74 | 63 |
| Binary | 11000001 | 111001 | 11001101 | 110 | 1001000 | 0 | 10100 | 100100111 | 111100 | 110011 |
Color Harmonies of #C139CD
Complementary color
Monochromatic Colors of #C139CD
Black with #C139CD
Text Example
Text Example
White with #C139CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C139CD; }
p { color: rgb(193,57,205); }
H1.HeaderClassName
{
color: #C139CD;
}
.AnyTagClassName
{
color: #C139CD;
}
</style>
background-color css
<style>
a { background-color: #C139CD; }
a { background-color: rgb(193,57,205); }
div.DivClassName
{
background-color: #C139CD;
}
.BgClassName
{
background-color: #C139CD;
}
</style>
border-color css
<style>
span { border-color: #C139CD; }
span { border-color: rgb(193,57,205); }
td.TdClassName
{
border-color: #C139CD;
}
.TagClassName
{
border-color: #C139CD;
}
</style>