Shades of Royal Heath #C34F7D
Tints of Royal Heath #C34F7D
RGB
CMYK
RGB Variations
Color information
#C34F7D (or 0xC34F7D) is known color: Royal Heath. HEX triplet: C3, 4F and 7D. RGB value is (195,79,125). Sum of RGB (Red+Green+Blue) = 195+79+125=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34F7D is #3CB082. Grayscale: #767676. Windows color (decimal): -3977347 or 8212419. OLE color: 8212419.
HSL color Cylindrical-coordinate representation of color #C34F7D: hue angle of 336.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F7D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 125 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.24 |
| HSL | 336.21º | 0.49% | 0.54% | - |
| HSV(B) | 336.21º | 0.59% | 0.76% | - |
| XYZ | 29 | 18.67 | 21.48 | - |
| YUV | 118.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 125 | 0 | 0.59 | 0.36 | 0.24 | 336.21 | 0.49 | 0.54 |
| Hex | C3 | 4F | 7D | 0 | 3B | 24 | 18 | 150 | 31 | 36 |
| Octal | 303 | 117 | 175 | 0 | 73 | 44 | 30 | 520 | 61 | 66 |
| Binary | 11000011 | 1001111 | 1111101 | 0 | 111011 | 100100 | 11000 | 101010000 | 110001 | 110110 |
Color Harmonies of #C34F7D
Complementary color
Monochromatic Colors of #C34F7D
Black with #C34F7D
Text Example
Text Example
White with #C34F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F7D; }
p { color: rgb(195,79,125); }
H1.HeaderClassName
{
color: #C34F7D;
}
.AnyTagClassName
{
color: #C34F7D;
}
</style>
background-color css
<style>
a { background-color: #C34F7D; }
a { background-color: rgb(195,79,125); }
div.DivClassName
{
background-color: #C34F7D;
}
.BgClassName
{
background-color: #C34F7D;
}
</style>
border-color css
<style>
span { border-color: #C34F7D; }
span { border-color: rgb(195,79,125); }
td.TdClassName
{
border-color: #C34F7D;
}
.TagClassName
{
border-color: #C34F7D;
}
</style>