Shades of Ruby #CF1064
Tints of Ruby #CF1064
RGB
CMYK
RGB Variations
Color information
#CF1064 (or 0xCF1064) is known color: Ruby. HEX triplet: CF, 10 and 64. RGB value is (207,16,100). Sum of RGB (Red+Green+Blue) = 207+16+100=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1064 is #30EF9B. Grayscale: #525252. Windows color (decimal): -3207068 or 6557903. OLE color: 6557903.
HSL color Cylindrical-coordinate representation of color #CF1064: hue angle of 333.61º degrees, saturation: 0.86, 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 #CF1064 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.19 |
| HSL | 333.61º | 0.86% | 0.44% | - |
| HSV(B) | 333.61º | 0.92% | 0.81% | - |
| XYZ | 28.22 | 14.56 | 13.38 | - |
| YUV | 82.69 | 137.78 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 100 | 0 | 0.92 | 0.52 | 0.19 | 333.61 | 0.86 | 0.44 |
| Hex | CF | 10 | 64 | 0 | 5C | 34 | 13 | 14E | 56 | 2C |
| Octal | 317 | 20 | 144 | 0 | 134 | 64 | 23 | 516 | 126 | 54 |
| Binary | 11001111 | 10000 | 1100100 | 0 | 1011100 | 110100 | 10011 | 101001110 | 1010110 | 101100 |
Color Harmonies of #CF1064
Complementary color
Monochromatic Colors of #CF1064
Black with #CF1064
Text Example
Text Example
White with #CF1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1064; }
p { color: rgb(207,16,100); }
H1.HeaderClassName
{
color: #CF1064;
}
.AnyTagClassName
{
color: #CF1064;
}
</style>
background-color css
<style>
a { background-color: #CF1064; }
a { background-color: rgb(207,16,100); }
div.DivClassName
{
background-color: #CF1064;
}
.BgClassName
{
background-color: #CF1064;
}
</style>
border-color css
<style>
span { border-color: #CF1064; }
span { border-color: rgb(207,16,100); }
td.TdClassName
{
border-color: #CF1064;
}
.TagClassName
{
border-color: #CF1064;
}
</style>