Shades of Royal Heath #C33975
Tints of Royal Heath #C33975
RGB
CMYK
RGB Variations
Color information
#C33975 (or 0xC33975) is known color: Royal Heath. HEX triplet: C3, 39 and 75. RGB value is (195,57,117). Sum of RGB (Red+Green+Blue) = 195+57+117=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C33975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33975 is #3CC68A. Grayscale: #696969. Windows color (decimal): -3982987 or 7682499. OLE color: 7682499.
HSL color Cylindrical-coordinate representation of color #C33975: hue angle of 333.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33975 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 117 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.24 |
| HSL | 333.91º | 0.55% | 0.49% | - |
| HSV(B) | 333.91º | 0.71% | 0.76% | - |
| XYZ | 27.18 | 15.81 | 18.45 | - |
| YUV | 105.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 117 | 0 | 0.71 | 0.4 | 0.24 | 333.91 | 0.55 | 0.49 |
| Hex | C3 | 39 | 75 | 0 | 47 | 28 | 18 | 14E | 37 | 31 |
| Octal | 303 | 71 | 165 | 0 | 107 | 50 | 30 | 516 | 67 | 61 |
| Binary | 11000011 | 111001 | 1110101 | 0 | 1000111 | 101000 | 11000 | 101001110 | 110111 | 110001 |
Color Harmonies of #C33975
Complementary color
Monochromatic Colors of #C33975
Black with #C33975
Text Example
Text Example
White with #C33975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33975; }
p { color: rgb(195,57,117); }
H1.HeaderClassName
{
color: #C33975;
}
.AnyTagClassName
{
color: #C33975;
}
</style>
background-color css
<style>
a { background-color: #C33975; }
a { background-color: rgb(195,57,117); }
div.DivClassName
{
background-color: #C33975;
}
.BgClassName
{
background-color: #C33975;
}
</style>
border-color css
<style>
span { border-color: #C33975; }
span { border-color: rgb(195,57,117); }
td.TdClassName
{
border-color: #C33975;
}
.TagClassName
{
border-color: #C33975;
}
</style>