Shades of Ruby #CF1E61
Tints of Ruby #CF1E61
RGB
CMYK
RGB Variations
Color information
#CF1E61 (or 0xCF1E61) is known color: Ruby. HEX triplet: CF, 1E and 61. RGB value is (207,30,97). Sum of RGB (Red+Green+Blue) = 207+30+97=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E61 is #30E19E. Grayscale: #5A5A5A. Windows color (decimal): -3203487 or 6364879. OLE color: 6364879.
HSL color Cylindrical-coordinate representation of color #CF1E61: hue angle of 337.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E61 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 97 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.19 |
| HSL | 337.29º | 0.75% | 0.46% | - |
| HSV(B) | 337.29º | 0.86% | 0.81% | - |
| XYZ | 28.35 | 15.06 | 12.72 | - |
| YUV | 90.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 97 | 0 | 0.86 | 0.53 | 0.19 | 337.29 | 0.75 | 0.46 |
| Hex | CF | 1E | 61 | 0 | 56 | 35 | 13 | 151 | 4B | 2E |
| Octal | 317 | 36 | 141 | 0 | 126 | 65 | 23 | 521 | 113 | 56 |
| Binary | 11001111 | 11110 | 1100001 | 0 | 1010110 | 110101 | 10011 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CF1E61
Complementary color
Monochromatic Colors of #CF1E61
Black with #CF1E61
Text Example
Text Example
White with #CF1E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E61; }
p { color: rgb(207,30,97); }
H1.HeaderClassName
{
color: #CF1E61;
}
.AnyTagClassName
{
color: #CF1E61;
}
</style>
background-color css
<style>
a { background-color: #CF1E61; }
a { background-color: rgb(207,30,97); }
div.DivClassName
{
background-color: #CF1E61;
}
.BgClassName
{
background-color: #CF1E61;
}
</style>
border-color css
<style>
span { border-color: #CF1E61; }
span { border-color: rgb(207,30,97); }
td.TdClassName
{
border-color: #CF1E61;
}
.TagClassName
{
border-color: #CF1E61;
}
</style>