Shades of Royal Heath #C03F7A
Tints of Royal Heath #C03F7A
RGB
CMYK
RGB Variations
Color information
#C03F7A (or 0xC03F7A) is known color: Royal Heath. HEX triplet: C0, 3F and 7A. RGB value is (192,63,122). Sum of RGB (Red+Green+Blue) = 192+63+122=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F7A is #3FC085. Grayscale: #6C6C6C. Windows color (decimal): -4178054 or 8011712. OLE color: 8011712.
HSL color Cylindrical-coordinate representation of color #C03F7A: hue angle of 332.56º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F7A is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 122 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.25 |
| HSL | 332.56º | 0.51% | 0.5% | - |
| HSV(B) | 332.56º | 0.67% | 0.75% | - |
| XYZ | 27.03 | 16.17 | 20.11 | - |
| YUV | 108.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 122 | 0 | 0.67 | 0.36 | 0.25 | 332.56 | 0.51 | 0.5 |
| Hex | C0 | 3F | 7A | 0 | 43 | 24 | 19 | 14D | 33 | 32 |
| Octal | 300 | 77 | 172 | 0 | 103 | 44 | 31 | 515 | 63 | 62 |
| Binary | 11000000 | 111111 | 1111010 | 0 | 1000011 | 100100 | 11001 | 101001101 | 110011 | 110010 |
Color Harmonies of #C03F7A
Complementary color
Monochromatic Colors of #C03F7A
Black with #C03F7A
Text Example
Text Example
White with #C03F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F7A; }
p { color: rgb(192,63,122); }
H1.HeaderClassName
{
color: #C03F7A;
}
.AnyTagClassName
{
color: #C03F7A;
}
</style>
background-color css
<style>
a { background-color: #C03F7A; }
a { background-color: rgb(192,63,122); }
div.DivClassName
{
background-color: #C03F7A;
}
.BgClassName
{
background-color: #C03F7A;
}
</style>
border-color css
<style>
span { border-color: #C03F7A; }
span { border-color: rgb(192,63,122); }
td.TdClassName
{
border-color: #C03F7A;
}
.TagClassName
{
border-color: #C03F7A;
}
</style>