Shades of Royal Heath #C43D78
Tints of Royal Heath #C43D78
RGB
CMYK
RGB Variations
Color information
#C43D78 (or 0xC43D78) is known color: Royal Heath. HEX triplet: C4, 3D and 78. RGB value is (196,61,120). Sum of RGB (Red+Green+Blue) = 196+61+120=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43D78 is #3BC287. Grayscale: #6B6B6B. Windows color (decimal): -3916424 or 7880132. OLE color: 7880132.
HSL color Cylindrical-coordinate representation of color #C43D78: hue angle of 333.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D78 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 120 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.23 |
| HSL | 333.78º | 0.53% | 0.5% | - |
| HSV(B) | 333.78º | 0.69% | 0.77% | - |
| XYZ | 27.82 | 16.43 | 19.47 | - |
| YUV | 108.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 120 | 0 | 0.69 | 0.39 | 0.23 | 333.78 | 0.53 | 0.5 |
| Hex | C4 | 3D | 78 | 0 | 45 | 27 | 17 | 14E | 35 | 32 |
| Octal | 304 | 75 | 170 | 0 | 105 | 47 | 27 | 516 | 65 | 62 |
| Binary | 11000100 | 111101 | 1111000 | 0 | 1000101 | 100111 | 10111 | 101001110 | 110101 | 110010 |
Color Harmonies of #C43D78
Complementary color
Monochromatic Colors of #C43D78
Black with #C43D78
Text Example
Text Example
White with #C43D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D78; }
p { color: rgb(196,61,120); }
H1.HeaderClassName
{
color: #C43D78;
}
.AnyTagClassName
{
color: #C43D78;
}
</style>
background-color css
<style>
a { background-color: #C43D78; }
a { background-color: rgb(196,61,120); }
div.DivClassName
{
background-color: #C43D78;
}
.BgClassName
{
background-color: #C43D78;
}
</style>
border-color css
<style>
span { border-color: #C43D78; }
span { border-color: rgb(196,61,120); }
td.TdClassName
{
border-color: #C43D78;
}
.TagClassName
{
border-color: #C43D78;
}
</style>