Shades of Royal Heath #C34B7A
Tints of Royal Heath #C34B7A
RGB
CMYK
RGB Variations
Color information
#C34B7A (or 0xC34B7A) is known color: Royal Heath. HEX triplet: C3, 4B and 7A. RGB value is (195,75,122). Sum of RGB (Red+Green+Blue) = 195+75+122=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B7A is #3CB485. Grayscale: #747474. Windows color (decimal): -3978374 or 8014787. OLE color: 8014787.
HSL color Cylindrical-coordinate representation of color #C34B7A: hue angle of 336.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 #C34B7A is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 122 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.24 |
| HSL | 336.5º | 0.5% | 0.53% | - |
| HSV(B) | 336.5º | 0.62% | 0.76% | - |
| XYZ | 28.53 | 18.04 | 20.39 | - |
| YUV | 116.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 122 | 0 | 0.62 | 0.37 | 0.24 | 336.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 7A | 0 | 3E | 25 | 18 | 150 | 32 | 35 |
| Octal | 303 | 113 | 172 | 0 | 76 | 45 | 30 | 520 | 62 | 65 |
| Binary | 11000011 | 1001011 | 1111010 | 0 | 111110 | 100101 | 11000 | 101010000 | 110010 | 110101 |
Color Harmonies of #C34B7A
Complementary color
Monochromatic Colors of #C34B7A
Black with #C34B7A
Text Example
Text Example
White with #C34B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B7A; }
p { color: rgb(195,75,122); }
H1.HeaderClassName
{
color: #C34B7A;
}
.AnyTagClassName
{
color: #C34B7A;
}
</style>
background-color css
<style>
a { background-color: #C34B7A; }
a { background-color: rgb(195,75,122); }
div.DivClassName
{
background-color: #C34B7A;
}
.BgClassName
{
background-color: #C34B7A;
}
</style>
border-color css
<style>
span { border-color: #C34B7A; }
span { border-color: rgb(195,75,122); }
td.TdClassName
{
border-color: #C34B7A;
}
.TagClassName
{
border-color: #C34B7A;
}
</style>