Shades of Fuchsia #C137CE
Tints of Fuchsia #C137CE
RGB
CMYK
RGB Variations
Color information
#C137CE (or 0xC137CE) is known color: Fuchsia. HEX triplet: C1, 37 and CE. RGB value is (193,55,206). Sum of RGB (Red+Green+Blue) = 193+55+206=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #C137CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137CE is #3EC831. Grayscale: #717171. Windows color (decimal): -4114482 or 13514689. OLE color: 13514689.
HSL color Cylindrical-coordinate representation of color #C137CE: hue angle of 294.83º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C137CE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 55 | 206 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.19 |
| HSL | 294.83º | 0.61% | 0.51% | - |
| HSV(B) | 294.83º | 0.73% | 0.81% | - |
| XYZ | 34.5 | 18.53 | 60.15 | - |
| YUV | 113.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 206 | 0.06 | 0.73 | 0 | 0.19 | 294.83 | 0.61 | 0.51 |
| Hex | C1 | 37 | CE | 6 | 49 | 0 | 13 | 127 | 3D | 33 |
| Octal | 301 | 67 | 316 | 6 | 111 | 0 | 23 | 447 | 75 | 63 |
| Binary | 11000001 | 110111 | 11001110 | 110 | 1001001 | 0 | 10011 | 100100111 | 111101 | 110011 |
Color Harmonies of #C137CE
Complementary color
Monochromatic Colors of #C137CE
Black with #C137CE
Text Example
Text Example
White with #C137CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137CE; }
p { color: rgb(193,55,206); }
H1.HeaderClassName
{
color: #C137CE;
}
.AnyTagClassName
{
color: #C137CE;
}
</style>
background-color css
<style>
a { background-color: #C137CE; }
a { background-color: rgb(193,55,206); }
div.DivClassName
{
background-color: #C137CE;
}
.BgClassName
{
background-color: #C137CE;
}
</style>
border-color css
<style>
span { border-color: #C137CE; }
span { border-color: rgb(193,55,206); }
td.TdClassName
{
border-color: #C137CE;
}
.TagClassName
{
border-color: #C137CE;
}
</style>