Shades of Fuchsia #C137AD
Tints of Fuchsia #C137AD
RGB
CMYK
RGB Variations
Color information
#C137AD (or 0xC137AD) is known color: Fuchsia. HEX triplet: C1, 37 and AD. RGB value is (193,55,173). Sum of RGB (Red+Green+Blue) = 193+55+173=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C137AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137AD is #3EC852. Grayscale: #6D6D6D. Windows color (decimal): -4114515 or 11352001. OLE color: 11352001.
HSL color Cylindrical-coordinate representation of color #C137AD: hue angle of 308.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C137AD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 173 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.24 |
| HSL | 308.7º | 0.56% | 0.49% | - |
| HSV(B) | 308.7º | 0.72% | 0.76% | - |
| XYZ | 30.9 | 17.09 | 41.2 | - |
| YUV | 109.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 173 | 0 | 0.72 | 0.10 | 0.24 | 308.7 | 0.56 | 0.49 |
| Hex | C1 | 37 | AD | 0 | 48 | A | 18 | 135 | 38 | 31 |
| Octal | 301 | 67 | 255 | 0 | 110 | 12 | 30 | 465 | 70 | 61 |
| Binary | 11000001 | 110111 | 10101101 | 0 | 1001000 | 1010 | 11000 | 100110101 | 111000 | 110001 |
Color Harmonies of #C137AD
Complementary color
Monochromatic Colors of #C137AD
Black with #C137AD
Text Example
Text Example
White with #C137AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137AD; }
p { color: rgb(193,55,173); }
H1.HeaderClassName
{
color: #C137AD;
}
.AnyTagClassName
{
color: #C137AD;
}
</style>
background-color css
<style>
a { background-color: #C137AD; }
a { background-color: rgb(193,55,173); }
div.DivClassName
{
background-color: #C137AD;
}
.BgClassName
{
background-color: #C137AD;
}
</style>
border-color css
<style>
span { border-color: #C137AD; }
span { border-color: rgb(193,55,173); }
td.TdClassName
{
border-color: #C137AD;
}
.TagClassName
{
border-color: #C137AD;
}
</style>