Shades of Royal Heath #C43B74
Tints of Royal Heath #C43B74
RGB
CMYK
RGB Variations
Color information
#C43B74 (or 0xC43B74) is known color: Royal Heath. HEX triplet: C4, 3B and 74. RGB value is (196,59,116). Sum of RGB (Red+Green+Blue) = 196+59+116=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B74 is #3BC48B. Grayscale: #6A6A6A. Windows color (decimal): -3916940 or 7617476. OLE color: 7617476.
HSL color Cylindrical-coordinate representation of color #C43B74: hue angle of 335.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B74 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 116 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.23 |
| HSL | 335.04º | 0.54% | 0.5% | - |
| HSV(B) | 335.04º | 0.7% | 0.77% | - |
| XYZ | 27.48 | 16.12 | 18.19 | - |
| YUV | 106.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 116 | 0 | 0.70 | 0.41 | 0.23 | 335.04 | 0.54 | 0.5 |
| Hex | C4 | 3B | 74 | 0 | 46 | 29 | 17 | 14F | 36 | 32 |
| Octal | 304 | 73 | 164 | 0 | 106 | 51 | 27 | 517 | 66 | 62 |
| Binary | 11000100 | 111011 | 1110100 | 0 | 1000110 | 101001 | 10111 | 101001111 | 110110 | 110010 |
Color Harmonies of #C43B74
Complementary color
Monochromatic Colors of #C43B74
Black with #C43B74
Text Example
Text Example
White with #C43B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B74; }
p { color: rgb(196,59,116); }
H1.HeaderClassName
{
color: #C43B74;
}
.AnyTagClassName
{
color: #C43B74;
}
</style>
background-color css
<style>
a { background-color: #C43B74; }
a { background-color: rgb(196,59,116); }
div.DivClassName
{
background-color: #C43B74;
}
.BgClassName
{
background-color: #C43B74;
}
</style>
border-color css
<style>
span { border-color: #C43B74; }
span { border-color: rgb(196,59,116); }
td.TdClassName
{
border-color: #C43B74;
}
.TagClassName
{
border-color: #C43B74;
}
</style>