Shades of Royal Heath #C63D74
Tints of Royal Heath #C63D74
RGB
CMYK
RGB Variations
Color information
#C63D74 (or 0xC63D74) is known color: Royal Heath. HEX triplet: C6, 3D and 74. RGB value is (198,61,116). Sum of RGB (Red+Green+Blue) = 198+61+116=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D74 is #39C28B. Grayscale: #6C6C6C. Windows color (decimal): -3785356 or 7617990. OLE color: 7617990.
HSL color Cylindrical-coordinate representation of color #C63D74: hue angle of 335.91º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D74 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 116 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.22 |
| HSL | 335.91º | 0.55% | 0.51% | - |
| HSV(B) | 335.91º | 0.69% | 0.78% | - |
| XYZ | 28.11 | 16.6 | 18.25 | - |
| YUV | 108.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 116 | 0 | 0.69 | 0.41 | 0.22 | 335.91 | 0.55 | 0.51 |
| Hex | C6 | 3D | 74 | 0 | 45 | 29 | 16 | 150 | 37 | 33 |
| Octal | 306 | 75 | 164 | 0 | 105 | 51 | 26 | 520 | 67 | 63 |
| Binary | 11000110 | 111101 | 1110100 | 0 | 1000101 | 101001 | 10110 | 101010000 | 110111 | 110011 |
Color Harmonies of #C63D74
Complementary color
Monochromatic Colors of #C63D74
Black with #C63D74
Text Example
Text Example
White with #C63D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D74; }
p { color: rgb(198,61,116); }
H1.HeaderClassName
{
color: #C63D74;
}
.AnyTagClassName
{
color: #C63D74;
}
</style>
background-color css
<style>
a { background-color: #C63D74; }
a { background-color: rgb(198,61,116); }
div.DivClassName
{
background-color: #C63D74;
}
.BgClassName
{
background-color: #C63D74;
}
</style>
border-color css
<style>
span { border-color: #C63D74; }
span { border-color: rgb(198,61,116); }
td.TdClassName
{
border-color: #C63D74;
}
.TagClassName
{
border-color: #C63D74;
}
</style>