Shades of Royal Heath #C1437C
Tints of Royal Heath #C1437C
RGB
CMYK
RGB Variations
Color information
#C1437C (or 0xC1437C) is known color: Royal Heath. HEX triplet: C1, 43 and 7C. RGB value is (193,67,124). Sum of RGB (Red+Green+Blue) = 193+67+124=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1437C is #3EBC83. Grayscale: #6F6F6F. Windows color (decimal): -4111492 or 8143809. OLE color: 8143809.
HSL color Cylindrical-coordinate representation of color #C1437C: hue angle of 332.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1437C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 67 | 124 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.24 |
| HSL | 332.86º | 0.5% | 0.51% | - |
| HSV(B) | 332.86º | 0.65% | 0.76% | - |
| XYZ | 27.64 | 16.81 | 20.86 | - |
| YUV | 111.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 67 | 124 | 0 | 0.65 | 0.36 | 0.24 | 332.86 | 0.5 | 0.51 |
| Hex | C1 | 43 | 7C | 0 | 41 | 24 | 18 | 14D | 32 | 33 |
| Octal | 301 | 103 | 174 | 0 | 101 | 44 | 30 | 515 | 62 | 63 |
| Binary | 11000001 | 1000011 | 1111100 | 0 | 1000001 | 100100 | 11000 | 101001101 | 110010 | 110011 |
Color Harmonies of #C1437C
Complementary color
Monochromatic Colors of #C1437C
Black with #C1437C
Text Example
Text Example
White with #C1437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1437C; }
p { color: rgb(193,67,124); }
H1.HeaderClassName
{
color: #C1437C;
}
.AnyTagClassName
{
color: #C1437C;
}
</style>
background-color css
<style>
a { background-color: #C1437C; }
a { background-color: rgb(193,67,124); }
div.DivClassName
{
background-color: #C1437C;
}
.BgClassName
{
background-color: #C1437C;
}
</style>
border-color css
<style>
span { border-color: #C1437C; }
span { border-color: rgb(193,67,124); }
td.TdClassName
{
border-color: #C1437C;
}
.TagClassName
{
border-color: #C1437C;
}
</style>