Shades of Royal Heath #C13D74
Tints of Royal Heath #C13D74
RGB
CMYK
RGB Variations
Color information
#C13D74 (or 0xC13D74) is known color: Royal Heath. HEX triplet: C1, 3D and 74. RGB value is (193,61,116). Sum of RGB (Red+Green+Blue) = 193+61+116=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D74 is #3EC28B. Grayscale: #6A6A6A. Windows color (decimal): -4113036 or 7617985. OLE color: 7617985.
HSL color Cylindrical-coordinate representation of color #C13D74: hue angle of 335º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D74 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 116 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.24 |
| HSL | 335º | 0.52% | 0.5% | - |
| HSV(B) | 335º | 0.68% | 0.76% | - |
| XYZ | 26.81 | 15.94 | 18.19 | - |
| YUV | 106.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 116 | 0 | 0.68 | 0.40 | 0.24 | 335 | 0.52 | 0.5 |
| Hex | C1 | 3D | 74 | 0 | 44 | 28 | 18 | 14F | 34 | 32 |
| Octal | 301 | 75 | 164 | 0 | 104 | 50 | 30 | 517 | 64 | 62 |
| Binary | 11000001 | 111101 | 1110100 | 0 | 1000100 | 101000 | 11000 | 101001111 | 110100 | 110010 |
Color Harmonies of #C13D74
Complementary color
Monochromatic Colors of #C13D74
Black with #C13D74
Text Example
Text Example
White with #C13D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D74; }
p { color: rgb(193,61,116); }
H1.HeaderClassName
{
color: #C13D74;
}
.AnyTagClassName
{
color: #C13D74;
}
</style>
background-color css
<style>
a { background-color: #C13D74; }
a { background-color: rgb(193,61,116); }
div.DivClassName
{
background-color: #C13D74;
}
.BgClassName
{
background-color: #C13D74;
}
</style>
border-color css
<style>
span { border-color: #C13D74; }
span { border-color: rgb(193,61,116); }
td.TdClassName
{
border-color: #C13D74;
}
.TagClassName
{
border-color: #C13D74;
}
</style>