Shades of Royal Heath #C33E7A
Tints of Royal Heath #C33E7A
RGB
CMYK
RGB Variations
Color information
#C33E7A (or 0xC33E7A) is known color: Royal Heath. HEX triplet: C3, 3E and 7A. RGB value is (195,62,122). Sum of RGB (Red+Green+Blue) = 195+62+122=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33E7A is #3CC185. Grayscale: #6C6C6C. Windows color (decimal): -3981702 or 8011459. OLE color: 8011459.
HSL color Cylindrical-coordinate representation of color #C33E7A: hue angle of 332.93º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33E7A is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 122 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.24 |
| HSL | 332.93º | 0.53% | 0.5% | - |
| HSV(B) | 332.93º | 0.68% | 0.76% | - |
| XYZ | 27.74 | 16.45 | 20.13 | - |
| YUV | 108.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 122 | 0 | 0.68 | 0.37 | 0.24 | 332.93 | 0.53 | 0.5 |
| Hex | C3 | 3E | 7A | 0 | 44 | 25 | 18 | 14D | 35 | 32 |
| Octal | 303 | 76 | 172 | 0 | 104 | 45 | 30 | 515 | 65 | 62 |
| Binary | 11000011 | 111110 | 1111010 | 0 | 1000100 | 100101 | 11000 | 101001101 | 110101 | 110010 |
Color Harmonies of #C33E7A
Complementary color
Monochromatic Colors of #C33E7A
Black with #C33E7A
Text Example
Text Example
White with #C33E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E7A; }
p { color: rgb(195,62,122); }
H1.HeaderClassName
{
color: #C33E7A;
}
.AnyTagClassName
{
color: #C33E7A;
}
</style>
background-color css
<style>
a { background-color: #C33E7A; }
a { background-color: rgb(195,62,122); }
div.DivClassName
{
background-color: #C33E7A;
}
.BgClassName
{
background-color: #C33E7A;
}
</style>
border-color css
<style>
span { border-color: #C33E7A; }
span { border-color: rgb(195,62,122); }
td.TdClassName
{
border-color: #C33E7A;
}
.TagClassName
{
border-color: #C33E7A;
}
</style>