Shades of Royal Heath #C33B75
Tints of Royal Heath #C33B75
RGB
CMYK
RGB Variations
Color information
#C33B75 (or 0xC33B75) is known color: Royal Heath. HEX triplet: C3, 3B and 75. RGB value is (195,59,117). Sum of RGB (Red+Green+Blue) = 195+59+117=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B75 is #3CC48A. Grayscale: #6A6A6A. Windows color (decimal): -3982475 or 7683011. OLE color: 7683011.
HSL color Cylindrical-coordinate representation of color #C33B75: hue angle of 334.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33B75 is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 117 | - |
| CMYK | 0 | 0.70 | 0.4 | 0.24 |
| HSL | 334.41º | 0.54% | 0.5% | - |
| HSV(B) | 334.41º | 0.7% | 0.76% | - |
| XYZ | 27.28 | 16.01 | 18.48 | - |
| YUV | 106.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 117 | 0 | 0.70 | 0.4 | 0.24 | 334.41 | 0.54 | 0.5 |
| Hex | C3 | 3B | 75 | 0 | 46 | 28 | 18 | 14E | 36 | 32 |
| Octal | 303 | 73 | 165 | 0 | 106 | 50 | 30 | 516 | 66 | 62 |
| Binary | 11000011 | 111011 | 1110101 | 0 | 1000110 | 101000 | 11000 | 101001110 | 110110 | 110010 |
Color Harmonies of #C33B75
Complementary color
Monochromatic Colors of #C33B75
Black with #C33B75
Text Example
Text Example
White with #C33B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B75; }
p { color: rgb(195,59,117); }
H1.HeaderClassName
{
color: #C33B75;
}
.AnyTagClassName
{
color: #C33B75;
}
</style>
background-color css
<style>
a { background-color: #C33B75; }
a { background-color: rgb(195,59,117); }
div.DivClassName
{
background-color: #C33B75;
}
.BgClassName
{
background-color: #C33B75;
}
</style>
border-color css
<style>
span { border-color: #C33B75; }
span { border-color: rgb(195,59,117); }
td.TdClassName
{
border-color: #C33B75;
}
.TagClassName
{
border-color: #C33B75;
}
</style>