Shades of Royal Heath #C1447A
Tints of Royal Heath #C1447A
RGB
CMYK
RGB Variations
Color information
#C1447A (or 0xC1447A) is known color: Royal Heath. HEX triplet: C1, 44 and 7A. RGB value is (193,68,122). Sum of RGB (Red+Green+Blue) = 193+68+122=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1447A is #3EBB85. Grayscale: #6F6F6F. Windows color (decimal): -4111238 or 8012993. OLE color: 8012993.
HSL color Cylindrical-coordinate representation of color #C1447A: hue angle of 334.08º 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 #C1447A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 122 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.24 |
| HSL | 334.08º | 0.5% | 0.51% | - |
| HSV(B) | 334.08º | 0.65% | 0.76% | - |
| XYZ | 27.57 | 16.88 | 20.22 | - |
| YUV | 111.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 122 | 0 | 0.65 | 0.37 | 0.24 | 334.08 | 0.5 | 0.51 |
| Hex | C1 | 44 | 7A | 0 | 41 | 25 | 18 | 14E | 32 | 33 |
| Octal | 301 | 104 | 172 | 0 | 101 | 45 | 30 | 516 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1111010 | 0 | 1000001 | 100101 | 11000 | 101001110 | 110010 | 110011 |
Color Harmonies of #C1447A
Complementary color
Monochromatic Colors of #C1447A
Black with #C1447A
Text Example
Text Example
White with #C1447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1447A; }
p { color: rgb(193,68,122); }
H1.HeaderClassName
{
color: #C1447A;
}
.AnyTagClassName
{
color: #C1447A;
}
</style>
background-color css
<style>
a { background-color: #C1447A; }
a { background-color: rgb(193,68,122); }
div.DivClassName
{
background-color: #C1447A;
}
.BgClassName
{
background-color: #C1447A;
}
</style>
border-color css
<style>
span { border-color: #C1447A; }
span { border-color: rgb(193,68,122); }
td.TdClassName
{
border-color: #C1447A;
}
.TagClassName
{
border-color: #C1447A;
}
</style>