Shades of Fuchsia #C137AF
Tints of Fuchsia #C137AF
RGB
CMYK
RGB Variations
Color information
#C137AF (or 0xC137AF) is known color: Fuchsia. HEX triplet: C1, 37 and AF. RGB value is (193,55,175). Sum of RGB (Red+Green+Blue) = 193+55+175=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C137AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137AF is #3EC850. Grayscale: #6D6D6D. Windows color (decimal): -4114513 or 11483073. OLE color: 11483073.
HSL color Cylindrical-coordinate representation of color #C137AF: hue angle of 307.83º 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 #C137AF is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 175 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.24 |
| HSL | 307.83º | 0.56% | 0.49% | - |
| HSV(B) | 307.83º | 0.72% | 0.76% | - |
| XYZ | 31.1 | 17.16 | 42.23 | - |
| YUV | 109.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 175 | 0 | 0.72 | 0.09 | 0.24 | 307.83 | 0.56 | 0.49 |
| Hex | C1 | 37 | AF | 0 | 48 | 9 | 18 | 134 | 38 | 31 |
| Octal | 301 | 67 | 257 | 0 | 110 | 11 | 30 | 464 | 70 | 61 |
| Binary | 11000001 | 110111 | 10101111 | 0 | 1001000 | 1001 | 11000 | 100110100 | 111000 | 110001 |
Color Harmonies of #C137AF
Complementary color
Monochromatic Colors of #C137AF
Black with #C137AF
Text Example
Text Example
White with #C137AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137AF; }
p { color: rgb(193,55,175); }
H1.HeaderClassName
{
color: #C137AF;
}
.AnyTagClassName
{
color: #C137AF;
}
</style>
background-color css
<style>
a { background-color: #C137AF; }
a { background-color: rgb(193,55,175); }
div.DivClassName
{
background-color: #C137AF;
}
.BgClassName
{
background-color: #C137AF;
}
</style>
border-color css
<style>
span { border-color: #C137AF; }
span { border-color: rgb(193,55,175); }
td.TdClassName
{
border-color: #C137AF;
}
.TagClassName
{
border-color: #C137AF;
}
</style>