Shades of Royal Heath #C34E7D
Tints of Royal Heath #C34E7D
RGB
CMYK
RGB Variations
Color information
#C34E7D (or 0xC34E7D) is known color: Royal Heath. HEX triplet: C3, 4E and 7D. RGB value is (195,78,125). Sum of RGB (Red+Green+Blue) = 195+78+125=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E7D is #3CB182. Grayscale: #767676. Windows color (decimal): -3977603 or 8212163. OLE color: 8212163.
HSL color Cylindrical-coordinate representation of color #C34E7D: hue angle of 335.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E7D is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 125 | - |
| CMYK | 0 | 0.6 | 0.36 | 0.24 |
| HSL | 335.9º | 0.49% | 0.54% | - |
| HSV(B) | 335.9º | 0.6% | 0.76% | - |
| XYZ | 28.93 | 18.53 | 21.45 | - |
| YUV | 118.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 125 | 0 | 0.6 | 0.36 | 0.24 | 335.9 | 0.49 | 0.54 |
| Hex | C3 | 4E | 7D | 0 | 3C | 24 | 18 | 150 | 31 | 36 |
| Octal | 303 | 116 | 175 | 0 | 74 | 44 | 30 | 520 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1111101 | 0 | 111100 | 100100 | 11000 | 101010000 | 110001 | 110110 |
Color Harmonies of #C34E7D
Complementary color
Monochromatic Colors of #C34E7D
Black with #C34E7D
Text Example
Text Example
White with #C34E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E7D; }
p { color: rgb(195,78,125); }
H1.HeaderClassName
{
color: #C34E7D;
}
.AnyTagClassName
{
color: #C34E7D;
}
</style>
background-color css
<style>
a { background-color: #C34E7D; }
a { background-color: rgb(195,78,125); }
div.DivClassName
{
background-color: #C34E7D;
}
.BgClassName
{
background-color: #C34E7D;
}
</style>
border-color css
<style>
span { border-color: #C34E7D; }
span { border-color: rgb(195,78,125); }
td.TdClassName
{
border-color: #C34E7D;
}
.TagClassName
{
border-color: #C34E7D;
}
</style>