Shades of Royal Heath #C13F7A
Tints of Royal Heath #C13F7A
RGB
CMYK
RGB Variations
Color information
#C13F7A (or 0xC13F7A) is known color: Royal Heath. HEX triplet: C1, 3F and 7A. RGB value is (193,63,122). Sum of RGB (Red+Green+Blue) = 193+63+122=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F7A is #3EC085. Grayscale: #6C6C6C. Windows color (decimal): -4112518 or 8011713. OLE color: 8011713.
HSL color Cylindrical-coordinate representation of color #C13F7A: hue angle of 332.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F7A is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 122 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.24 |
| HSL | 332.77º | 0.51% | 0.5% | - |
| HSV(B) | 332.77º | 0.67% | 0.76% | - |
| XYZ | 27.28 | 16.3 | 20.12 | - |
| YUV | 108.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 122 | 0 | 0.67 | 0.37 | 0.24 | 332.77 | 0.51 | 0.5 |
| Hex | C1 | 3F | 7A | 0 | 43 | 25 | 18 | 14D | 33 | 32 |
| Octal | 301 | 77 | 172 | 0 | 103 | 45 | 30 | 515 | 63 | 62 |
| Binary | 11000001 | 111111 | 1111010 | 0 | 1000011 | 100101 | 11000 | 101001101 | 110011 | 110010 |
Color Harmonies of #C13F7A
Complementary color
Monochromatic Colors of #C13F7A
Black with #C13F7A
Text Example
Text Example
White with #C13F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F7A; }
p { color: rgb(193,63,122); }
H1.HeaderClassName
{
color: #C13F7A;
}
.AnyTagClassName
{
color: #C13F7A;
}
</style>
background-color css
<style>
a { background-color: #C13F7A; }
a { background-color: rgb(193,63,122); }
div.DivClassName
{
background-color: #C13F7A;
}
.BgClassName
{
background-color: #C13F7A;
}
</style>
border-color css
<style>
span { border-color: #C13F7A; }
span { border-color: rgb(193,63,122); }
td.TdClassName
{
border-color: #C13F7A;
}
.TagClassName
{
border-color: #C13F7A;
}
</style>