Shades of Ruby #CF1964
Tints of Ruby #CF1964
RGB
CMYK
RGB Variations
Color information
#CF1964 (or 0xCF1964) is known color: Ruby. HEX triplet: CF, 19 and 64. RGB value is (207,25,100). Sum of RGB (Red+Green+Blue) = 207+25+100=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1964 is #30E69B. Grayscale: #575757. Windows color (decimal): -3204764 or 6560207. OLE color: 6560207.
HSL color Cylindrical-coordinate representation of color #CF1964: hue angle of 335.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1964 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 100 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.19 |
| HSL | 335.27º | 0.78% | 0.45% | - |
| HSV(B) | 335.27º | 0.88% | 0.81% | - |
| XYZ | 28.38 | 14.88 | 13.43 | - |
| YUV | 87.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 100 | 0 | 0.88 | 0.52 | 0.19 | 335.27 | 0.78 | 0.45 |
| Hex | CF | 19 | 64 | 0 | 58 | 34 | 13 | 14F | 4E | 2D |
| Octal | 317 | 31 | 144 | 0 | 130 | 64 | 23 | 517 | 116 | 55 |
| Binary | 11001111 | 11001 | 1100100 | 0 | 1011000 | 110100 | 10011 | 101001111 | 1001110 | 101101 |
Color Harmonies of #CF1964
Complementary color
Monochromatic Colors of #CF1964
Black with #CF1964
Text Example
Text Example
White with #CF1964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1964; }
p { color: rgb(207,25,100); }
H1.HeaderClassName
{
color: #CF1964;
}
.AnyTagClassName
{
color: #CF1964;
}
</style>
background-color css
<style>
a { background-color: #CF1964; }
a { background-color: rgb(207,25,100); }
div.DivClassName
{
background-color: #CF1964;
}
.BgClassName
{
background-color: #CF1964;
}
</style>
border-color css
<style>
span { border-color: #CF1964; }
span { border-color: rgb(207,25,100); }
td.TdClassName
{
border-color: #CF1964;
}
.TagClassName
{
border-color: #CF1964;
}
</style>