Shades of Royal Heath #C1477D
Tints of Royal Heath #C1477D
RGB
CMYK
RGB Variations
Color information
#C1477D (or 0xC1477D) is known color: Royal Heath. HEX triplet: C1, 47 and 7D. RGB value is (193,71,125). Sum of RGB (Red+Green+Blue) = 193+71+125=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1477D is #3EB882. Grayscale: #717171. Windows color (decimal): -4110467 or 8210369. OLE color: 8210369.
HSL color Cylindrical-coordinate representation of color #C1477D: hue angle of 333.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C1477D is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 125 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.24 |
| HSL | 333.44º | 0.5% | 0.52% | - |
| HSV(B) | 333.44º | 0.63% | 0.76% | - |
| XYZ | 27.95 | 17.32 | 21.27 | - |
| YUV | 113.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 125 | 0 | 0.63 | 0.35 | 0.24 | 333.44 | 0.5 | 0.52 |
| Hex | C1 | 47 | 7D | 0 | 3F | 23 | 18 | 14D | 32 | 34 |
| Octal | 301 | 107 | 175 | 0 | 77 | 43 | 30 | 515 | 62 | 64 |
| Binary | 11000001 | 1000111 | 1111101 | 0 | 111111 | 100011 | 11000 | 101001101 | 110010 | 110100 |
Color Harmonies of #C1477D
Complementary color
Monochromatic Colors of #C1477D
Black with #C1477D
Text Example
Text Example
White with #C1477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1477D; }
p { color: rgb(193,71,125); }
H1.HeaderClassName
{
color: #C1477D;
}
.AnyTagClassName
{
color: #C1477D;
}
</style>
background-color css
<style>
a { background-color: #C1477D; }
a { background-color: rgb(193,71,125); }
div.DivClassName
{
background-color: #C1477D;
}
.BgClassName
{
background-color: #C1477D;
}
</style>
border-color css
<style>
span { border-color: #C1477D; }
span { border-color: rgb(193,71,125); }
td.TdClassName
{
border-color: #C1477D;
}
.TagClassName
{
border-color: #C1477D;
}
</style>