Shades of Ruby #CF1162
Tints of Ruby #CF1162
RGB
CMYK
RGB Variations
Color information
#CF1162 (or 0xCF1162) is known color: Ruby. HEX triplet: CF, 11 and 62. RGB value is (207,17,98). Sum of RGB (Red+Green+Blue) = 207+17+98=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1162 is #30EE9D. Grayscale: #525252. Windows color (decimal): -3206814 or 6427087. OLE color: 6427087.
HSL color Cylindrical-coordinate representation of color #CF1162: hue angle of 334.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1162 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.19 |
| HSL | 334.42º | 0.85% | 0.44% | - |
| HSV(B) | 334.42º | 0.92% | 0.81% | - |
| XYZ | 28.14 | 14.55 | 12.88 | - |
| YUV | 83.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 98 | 0 | 0.92 | 0.53 | 0.19 | 334.42 | 0.85 | 0.44 |
| Hex | CF | 11 | 62 | 0 | 5C | 35 | 13 | 14E | 55 | 2C |
| Octal | 317 | 21 | 142 | 0 | 134 | 65 | 23 | 516 | 125 | 54 |
| Binary | 11001111 | 10001 | 1100010 | 0 | 1011100 | 110101 | 10011 | 101001110 | 1010101 | 101100 |
Color Harmonies of #CF1162
Complementary color
Monochromatic Colors of #CF1162
Black with #CF1162
Text Example
Text Example
White with #CF1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1162; }
p { color: rgb(207,17,98); }
H1.HeaderClassName
{
color: #CF1162;
}
.AnyTagClassName
{
color: #CF1162;
}
</style>
background-color css
<style>
a { background-color: #CF1162; }
a { background-color: rgb(207,17,98); }
div.DivClassName
{
background-color: #CF1162;
}
.BgClassName
{
background-color: #CF1162;
}
</style>
border-color css
<style>
span { border-color: #CF1162; }
span { border-color: rgb(207,17,98); }
td.TdClassName
{
border-color: #CF1162;
}
.TagClassName
{
border-color: #CF1162;
}
</style>