Shades of Ruby #CF1F65
Tints of Ruby #CF1F65
RGB
CMYK
RGB Variations
Color information
#CF1F65 (or 0xCF1F65) is known color: Ruby. HEX triplet: CF, 1F and 65. RGB value is (207,31,101). Sum of RGB (Red+Green+Blue) = 207+31+101=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F65 is #30E09A. Grayscale: #5B5B5B. Windows color (decimal): -3203227 or 6627279. OLE color: 6627279.
HSL color Cylindrical-coordinate representation of color #CF1F65: hue angle of 336.14º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F65 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 101 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.19 |
| HSL | 336.14º | 0.74% | 0.47% | - |
| HSV(B) | 336.14º | 0.85% | 0.81% | - |
| XYZ | 28.57 | 15.18 | 13.74 | - |
| YUV | 91.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 101 | 0 | 0.85 | 0.51 | 0.19 | 336.14 | 0.74 | 0.47 |
| Hex | CF | 1F | 65 | 0 | 55 | 33 | 13 | 150 | 4A | 2F |
| Octal | 317 | 37 | 145 | 0 | 125 | 63 | 23 | 520 | 112 | 57 |
| Binary | 11001111 | 11111 | 1100101 | 0 | 1010101 | 110011 | 10011 | 101010000 | 1001010 | 101111 |
Color Harmonies of #CF1F65
Complementary color
Monochromatic Colors of #CF1F65
Black with #CF1F65
Text Example
Text Example
White with #CF1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F65; }
p { color: rgb(207,31,101); }
H1.HeaderClassName
{
color: #CF1F65;
}
.AnyTagClassName
{
color: #CF1F65;
}
</style>
background-color css
<style>
a { background-color: #CF1F65; }
a { background-color: rgb(207,31,101); }
div.DivClassName
{
background-color: #CF1F65;
}
.BgClassName
{
background-color: #CF1F65;
}
</style>
border-color css
<style>
span { border-color: #CF1F65; }
span { border-color: rgb(207,31,101); }
td.TdClassName
{
border-color: #CF1F65;
}
.TagClassName
{
border-color: #CF1F65;
}
</style>