Shades of Royal Heath #C33D6A
Tints of Royal Heath #C33D6A
RGB
CMYK
RGB Variations
Color information
#C33D6A (or 0xC33D6A) is known color: Royal Heath. HEX triplet: C3, 3D and 6A. RGB value is (195,61,106). Sum of RGB (Red+Green+Blue) = 195+61+106=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D6A is #3CC295. Grayscale: #6A6A6A. Windows color (decimal): -3981974 or 6962627. OLE color: 6962627.
HSL color Cylindrical-coordinate representation of color #C33D6A: hue angle of 339.85º 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 #C33D6A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 106 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.24 |
| HSL | 339.85º | 0.53% | 0.5% | - |
| HSV(B) | 339.85º | 0.69% | 0.76% | - |
| XYZ | 26.78 | 15.98 | 15.31 | - |
| YUV | 106.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 106 | 0 | 0.69 | 0.46 | 0.24 | 339.85 | 0.53 | 0.5 |
| Hex | C3 | 3D | 6A | 0 | 45 | 2E | 18 | 154 | 35 | 32 |
| Octal | 303 | 75 | 152 | 0 | 105 | 56 | 30 | 524 | 65 | 62 |
| Binary | 11000011 | 111101 | 1101010 | 0 | 1000101 | 101110 | 11000 | 101010100 | 110101 | 110010 |
Color Harmonies of #C33D6A
Complementary color
Monochromatic Colors of #C33D6A
Black with #C33D6A
Text Example
Text Example
White with #C33D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D6A; }
p { color: rgb(195,61,106); }
H1.HeaderClassName
{
color: #C33D6A;
}
.AnyTagClassName
{
color: #C33D6A;
}
</style>
background-color css
<style>
a { background-color: #C33D6A; }
a { background-color: rgb(195,61,106); }
div.DivClassName
{
background-color: #C33D6A;
}
.BgClassName
{
background-color: #C33D6A;
}
</style>
border-color css
<style>
span { border-color: #C33D6A; }
span { border-color: rgb(195,61,106); }
td.TdClassName
{
border-color: #C33D6A;
}
.TagClassName
{
border-color: #C33D6A;
}
</style>