Shades of Royal Heath #C34471
Tints of Royal Heath #C34471
RGB
CMYK
RGB Variations
Color information
#C34471 (or 0xC34471) is known color: Royal Heath. HEX triplet: C3, 44 and 71. RGB value is (195,68,113). Sum of RGB (Red+Green+Blue) = 195+68+113=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34471 is #3CBB8E. Grayscale: #6F6F6F. Windows color (decimal): -3980175 or 7423171. OLE color: 7423171.
HSL color Cylindrical-coordinate representation of color #C34471: hue angle of 338.74º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34471 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 113 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.24 |
| HSL | 338.74º | 0.51% | 0.52% | - |
| HSV(B) | 338.74º | 0.65% | 0.76% | - |
| XYZ | 27.55 | 16.93 | 17.44 | - |
| YUV | 111.1 | 129.08 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 113 | 0 | 0.65 | 0.42 | 0.24 | 338.74 | 0.51 | 0.52 |
| Hex | C3 | 44 | 71 | 0 | 41 | 2A | 18 | 153 | 33 | 34 |
| Octal | 303 | 104 | 161 | 0 | 101 | 52 | 30 | 523 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1110001 | 0 | 1000001 | 101010 | 11000 | 101010011 | 110011 | 110100 |
Color Harmonies of #C34471
Complementary color
Monochromatic Colors of #C34471
Black with #C34471
Text Example
Text Example
White with #C34471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34471; }
p { color: rgb(195,68,113); }
H1.HeaderClassName
{
color: #C34471;
}
.AnyTagClassName
{
color: #C34471;
}
</style>
background-color css
<style>
a { background-color: #C34471; }
a { background-color: rgb(195,68,113); }
div.DivClassName
{
background-color: #C34471;
}
.BgClassName
{
background-color: #C34471;
}
</style>
border-color css
<style>
span { border-color: #C34471; }
span { border-color: rgb(195,68,113); }
td.TdClassName
{
border-color: #C34471;
}
.TagClassName
{
border-color: #C34471;
}
</style>