Shades of Ruby #CF1960
Tints of Ruby #CF1960
RGB
CMYK
RGB Variations
Color information
#CF1960 (or 0xCF1960) is known color: Ruby. HEX triplet: CF, 19 and 60. RGB value is (207,25,96). Sum of RGB (Red+Green+Blue) = 207+25+96=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1960 is #30E69F. Grayscale: #575757. Windows color (decimal): -3204768 or 6298063. OLE color: 6298063.
HSL color Cylindrical-coordinate representation of color #CF1960: hue angle of 336.59º 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 #CF1960 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 96 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.19 |
| HSL | 336.59º | 0.78% | 0.45% | - |
| HSV(B) | 336.59º | 0.88% | 0.81% | - |
| XYZ | 28.19 | 14.81 | 12.44 | - |
| YUV | 87.51 | 132.8 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 96 | 0 | 0.88 | 0.54 | 0.19 | 336.59 | 0.78 | 0.45 |
| Hex | CF | 19 | 60 | 0 | 58 | 36 | 13 | 151 | 4E | 2D |
| Octal | 317 | 31 | 140 | 0 | 130 | 66 | 23 | 521 | 116 | 55 |
| Binary | 11001111 | 11001 | 1100000 | 0 | 1011000 | 110110 | 10011 | 101010001 | 1001110 | 101101 |
Color Harmonies of #CF1960
Complementary color
Monochromatic Colors of #CF1960
Black with #CF1960
Text Example
Text Example
White with #CF1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1960; }
p { color: rgb(207,25,96); }
H1.HeaderClassName
{
color: #CF1960;
}
.AnyTagClassName
{
color: #CF1960;
}
</style>
background-color css
<style>
a { background-color: #CF1960; }
a { background-color: rgb(207,25,96); }
div.DivClassName
{
background-color: #CF1960;
}
.BgClassName
{
background-color: #CF1960;
}
</style>
border-color css
<style>
span { border-color: #CF1960; }
span { border-color: rgb(207,25,96); }
td.TdClassName
{
border-color: #CF1960;
}
.TagClassName
{
border-color: #CF1960;
}
</style>