Shades of Royal Heath #C33B6B
Tints of Royal Heath #C33B6B
RGB
CMYK
RGB Variations
Color information
#C33B6B (or 0xC33B6B) is known color: Royal Heath. HEX triplet: C3, 3B and 6B. RGB value is (195,59,107). Sum of RGB (Red+Green+Blue) = 195+59+107=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33B6B is #3CC494. Grayscale: #696969. Windows color (decimal): -3982485 or 7027651. OLE color: 7027651.
HSL color Cylindrical-coordinate representation of color #C33B6B: hue angle of 338.82º 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 #C33B6B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 107 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.24 |
| HSL | 338.82º | 0.54% | 0.5% | - |
| HSV(B) | 338.82º | 0.7% | 0.76% | - |
| XYZ | 26.72 | 15.79 | 15.55 | - |
| YUV | 105.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 107 | 0 | 0.70 | 0.45 | 0.24 | 338.82 | 0.54 | 0.5 |
| Hex | C3 | 3B | 6B | 0 | 46 | 2D | 18 | 153 | 36 | 32 |
| Octal | 303 | 73 | 153 | 0 | 106 | 55 | 30 | 523 | 66 | 62 |
| Binary | 11000011 | 111011 | 1101011 | 0 | 1000110 | 101101 | 11000 | 101010011 | 110110 | 110010 |
Color Harmonies of #C33B6B
Complementary color
Monochromatic Colors of #C33B6B
Black with #C33B6B
Text Example
Text Example
White with #C33B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B6B; }
p { color: rgb(195,59,107); }
H1.HeaderClassName
{
color: #C33B6B;
}
.AnyTagClassName
{
color: #C33B6B;
}
</style>
background-color css
<style>
a { background-color: #C33B6B; }
a { background-color: rgb(195,59,107); }
div.DivClassName
{
background-color: #C33B6B;
}
.BgClassName
{
background-color: #C33B6B;
}
</style>
border-color css
<style>
span { border-color: #C33B6B; }
span { border-color: rgb(195,59,107); }
td.TdClassName
{
border-color: #C33B6B;
}
.TagClassName
{
border-color: #C33B6B;
}
</style>