Shades of Ruby #CF1769
Tints of Ruby #CF1769
RGB
CMYK
RGB Variations
Color information
#CF1769 (or 0xCF1769) is known color: Ruby. HEX triplet: CF, 17 and 69. RGB value is (207,23,105). Sum of RGB (Red+Green+Blue) = 207+23+105=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1769 is #30E896. Grayscale: #575757. Windows color (decimal): -3205271 or 6887375. OLE color: 6887375.
HSL color Cylindrical-coordinate representation of color #CF1769: hue angle of 333.26º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1769 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 105 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.19 |
| HSL | 333.26º | 0.8% | 0.45% | - |
| HSV(B) | 333.26º | 0.89% | 0.81% | - |
| XYZ | 28.59 | 14.9 | 14.73 | - |
| YUV | 87.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 105 | 0 | 0.89 | 0.49 | 0.19 | 333.26 | 0.8 | 0.45 |
| Hex | CF | 17 | 69 | 0 | 59 | 31 | 13 | 14D | 50 | 2D |
| Octal | 317 | 27 | 151 | 0 | 131 | 61 | 23 | 515 | 120 | 55 |
| Binary | 11001111 | 10111 | 1101001 | 0 | 1011001 | 110001 | 10011 | 101001101 | 1010000 | 101101 |
Color Harmonies of #CF1769
Complementary color
Monochromatic Colors of #CF1769
Black with #CF1769
Text Example
Text Example
White with #CF1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1769; }
p { color: rgb(207,23,105); }
H1.HeaderClassName
{
color: #CF1769;
}
.AnyTagClassName
{
color: #CF1769;
}
</style>
background-color css
<style>
a { background-color: #CF1769; }
a { background-color: rgb(207,23,105); }
div.DivClassName
{
background-color: #CF1769;
}
.BgClassName
{
background-color: #CF1769;
}
</style>
border-color css
<style>
span { border-color: #CF1769; }
span { border-color: rgb(207,23,105); }
td.TdClassName
{
border-color: #CF1769;
}
.TagClassName
{
border-color: #CF1769;
}
</style>