Shades of Royal Heath #C33C6E
Tints of Royal Heath #C33C6E
RGB
CMYK
RGB Variations
Color information
#C33C6E (or 0xC33C6E) is known color: Royal Heath. HEX triplet: C3, 3C and 6E. RGB value is (195,60,110). Sum of RGB (Red+Green+Blue) = 195+60+110=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33C6E is #3CC391. Grayscale: #6A6A6A. Windows color (decimal): -3982226 or 7224515. OLE color: 7224515.
HSL color Cylindrical-coordinate representation of color #C33C6E: hue angle of 337.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C6E is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 110 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.24 |
| HSL | 337.78º | 0.53% | 0.5% | - |
| HSV(B) | 337.78º | 0.69% | 0.76% | - |
| XYZ | 26.94 | 15.96 | 16.41 | - |
| YUV | 106.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 110 | 0 | 0.69 | 0.44 | 0.24 | 337.78 | 0.53 | 0.5 |
| Hex | C3 | 3C | 6E | 0 | 45 | 2C | 18 | 152 | 35 | 32 |
| Octal | 303 | 74 | 156 | 0 | 105 | 54 | 30 | 522 | 65 | 62 |
| Binary | 11000011 | 111100 | 1101110 | 0 | 1000101 | 101100 | 11000 | 101010010 | 110101 | 110010 |
Color Harmonies of #C33C6E
Complementary color
Monochromatic Colors of #C33C6E
Black with #C33C6E
Text Example
Text Example
White with #C33C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C6E; }
p { color: rgb(195,60,110); }
H1.HeaderClassName
{
color: #C33C6E;
}
.AnyTagClassName
{
color: #C33C6E;
}
</style>
background-color css
<style>
a { background-color: #C33C6E; }
a { background-color: rgb(195,60,110); }
div.DivClassName
{
background-color: #C33C6E;
}
.BgClassName
{
background-color: #C33C6E;
}
</style>
border-color css
<style>
span { border-color: #C33C6E; }
span { border-color: rgb(195,60,110); }
td.TdClassName
{
border-color: #C33C6E;
}
.TagClassName
{
border-color: #C33C6E;
}
</style>