Shades of Royal Heath #C33D75
Tints of Royal Heath #C33D75
RGB
CMYK
RGB Variations
Color information
#C33D75 (or 0xC33D75) is known color: Royal Heath. HEX triplet: C3, 3D and 75. RGB value is (195,61,117). Sum of RGB (Red+Green+Blue) = 195+61+117=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33D75 is #3CC28A. Grayscale: #6B6B6B. Windows color (decimal): -3981963 or 7683523. OLE color: 7683523.
HSL color Cylindrical-coordinate representation of color #C33D75: hue angle of 334.93º 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 #C33D75 is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 117 | - |
| CMYK | 0 | 0.69 | 0.4 | 0.24 |
| HSL | 334.93º | 0.53% | 0.5% | - |
| HSV(B) | 334.93º | 0.69% | 0.76% | - |
| XYZ | 27.39 | 16.22 | 18.52 | - |
| YUV | 107.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 117 | 0 | 0.69 | 0.4 | 0.24 | 334.93 | 0.53 | 0.5 |
| Hex | C3 | 3D | 75 | 0 | 45 | 28 | 18 | 14F | 35 | 32 |
| Octal | 303 | 75 | 165 | 0 | 105 | 50 | 30 | 517 | 65 | 62 |
| Binary | 11000011 | 111101 | 1110101 | 0 | 1000101 | 101000 | 11000 | 101001111 | 110101 | 110010 |
Color Harmonies of #C33D75
Complementary color
Monochromatic Colors of #C33D75
Black with #C33D75
Text Example
Text Example
White with #C33D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D75; }
p { color: rgb(195,61,117); }
H1.HeaderClassName
{
color: #C33D75;
}
.AnyTagClassName
{
color: #C33D75;
}
</style>
background-color css
<style>
a { background-color: #C33D75; }
a { background-color: rgb(195,61,117); }
div.DivClassName
{
background-color: #C33D75;
}
.BgClassName
{
background-color: #C33D75;
}
</style>
border-color css
<style>
span { border-color: #C33D75; }
span { border-color: rgb(195,61,117); }
td.TdClassName
{
border-color: #C33D75;
}
.TagClassName
{
border-color: #C33D75;
}
</style>