Shades of Fuchsia #C137B0
Tints of Fuchsia #C137B0
RGB
CMYK
RGB Variations
Color information
#C137B0 (or 0xC137B0) is known color: Fuchsia. HEX triplet: C1, 37 and B0. RGB value is (193,55,176). Sum of RGB (Red+Green+Blue) = 193+55+176=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C137B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C137B0 is #3EC84F. Grayscale: #6D6D6D. Windows color (decimal): -4114512 or 11548609. OLE color: 11548609.
HSL color Cylindrical-coordinate representation of color #C137B0: hue angle of 307.39º 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 #C137B0 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 176 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.24 |
| HSL | 307.39º | 0.56% | 0.49% | - |
| HSV(B) | 307.39º | 0.72% | 0.76% | - |
| XYZ | 31.19 | 17.2 | 42.75 | - |
| YUV | 110.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 176 | 0 | 0.72 | 0.09 | 0.24 | 307.39 | 0.56 | 0.49 |
| Hex | C1 | 37 | B0 | 0 | 48 | 9 | 18 | 133 | 38 | 31 |
| Octal | 301 | 67 | 260 | 0 | 110 | 11 | 30 | 463 | 70 | 61 |
| Binary | 11000001 | 110111 | 10110000 | 0 | 1001000 | 1001 | 11000 | 100110011 | 111000 | 110001 |
Color Harmonies of #C137B0
Complementary color
Monochromatic Colors of #C137B0
Black with #C137B0
Text Example
Text Example
White with #C137B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C137B0; }
p { color: rgb(193,55,176); }
H1.HeaderClassName
{
color: #C137B0;
}
.AnyTagClassName
{
color: #C137B0;
}
</style>
background-color css
<style>
a { background-color: #C137B0; }
a { background-color: rgb(193,55,176); }
div.DivClassName
{
background-color: #C137B0;
}
.BgClassName
{
background-color: #C137B0;
}
</style>
border-color css
<style>
span { border-color: #C137B0; }
span { border-color: rgb(193,55,176); }
td.TdClassName
{
border-color: #C137B0;
}
.TagClassName
{
border-color: #C137B0;
}
</style>