Shades of Royal Heath #C34B7C
Tints of Royal Heath #C34B7C
RGB
CMYK
RGB Variations
Color information
#C34B7C (or 0xC34B7C) is known color: Royal Heath. HEX triplet: C3, 4B and 7C. RGB value is (195,75,124). Sum of RGB (Red+Green+Blue) = 195+75+124=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B7C is #3CB483. Grayscale: #747474. Windows color (decimal): -3978372 or 8145859. OLE color: 8145859.
HSL color Cylindrical-coordinate representation of color #C34B7C: hue angle of 335.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B7C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 124 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.24 |
| HSL | 335.5º | 0.5% | 0.53% | - |
| HSV(B) | 335.5º | 0.62% | 0.76% | - |
| XYZ | 28.66 | 18.09 | 21.05 | - |
| YUV | 116.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 124 | 0 | 0.62 | 0.36 | 0.24 | 335.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 7C | 0 | 3E | 24 | 18 | 150 | 32 | 35 |
| Octal | 303 | 113 | 174 | 0 | 76 | 44 | 30 | 520 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1111100 | 0 | 111110 | 100100 | 11000 | 101010000 | 110010 | 110101 |
Color Harmonies of #C34B7C
Complementary color
Monochromatic Colors of #C34B7C
Black with #C34B7C
Text Example
Text Example
White with #C34B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B7C; }
p { color: rgb(195,75,124); }
H1.HeaderClassName
{
color: #C34B7C;
}
.AnyTagClassName
{
color: #C34B7C;
}
</style>
background-color css
<style>
a { background-color: #C34B7C; }
a { background-color: rgb(195,75,124); }
div.DivClassName
{
background-color: #C34B7C;
}
.BgClassName
{
background-color: #C34B7C;
}
</style>
border-color css
<style>
span { border-color: #C34B7C; }
span { border-color: rgb(195,75,124); }
td.TdClassName
{
border-color: #C34B7C;
}
.TagClassName
{
border-color: #C34B7C;
}
</style>