Shades of Royal Heath #C1457B
Tints of Royal Heath #C1457B
RGB
CMYK
RGB Variations
Color information
#C1457B (or 0xC1457B) is known color: Royal Heath. HEX triplet: C1, 45 and 7B. RGB value is (193,69,123). Sum of RGB (Red+Green+Blue) = 193+69+123=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1457B is #3EBA84. Grayscale: #707070. Windows color (decimal): -4110981 or 8078785. OLE color: 8078785.
HSL color Cylindrical-coordinate representation of color #C1457B: hue angle of 333.87º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1457B is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 123 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.24 |
| HSL | 333.87º | 0.5% | 0.51% | - |
| HSV(B) | 333.87º | 0.64% | 0.76% | - |
| XYZ | 27.7 | 17.02 | 20.57 | - |
| YUV | 112.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 123 | 0 | 0.64 | 0.36 | 0.24 | 333.87 | 0.5 | 0.51 |
| Hex | C1 | 45 | 7B | 0 | 40 | 24 | 18 | 14E | 32 | 33 |
| Octal | 301 | 105 | 173 | 0 | 100 | 44 | 30 | 516 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1111011 | 0 | 1000000 | 100100 | 11000 | 101001110 | 110010 | 110011 |
Color Harmonies of #C1457B
Complementary color
Monochromatic Colors of #C1457B
Black with #C1457B
Text Example
Text Example
White with #C1457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1457B; }
p { color: rgb(193,69,123); }
H1.HeaderClassName
{
color: #C1457B;
}
.AnyTagClassName
{
color: #C1457B;
}
</style>
background-color css
<style>
a { background-color: #C1457B; }
a { background-color: rgb(193,69,123); }
div.DivClassName
{
background-color: #C1457B;
}
.BgClassName
{
background-color: #C1457B;
}
</style>
border-color css
<style>
span { border-color: #C1457B; }
span { border-color: rgb(193,69,123); }
td.TdClassName
{
border-color: #C1457B;
}
.TagClassName
{
border-color: #C1457B;
}
</style>