Shades of Ruby #CF1F61
Tints of Ruby #CF1F61
RGB
CMYK
RGB Variations
Color information
#CF1F61 (or 0xCF1F61) is known color: Ruby. HEX triplet: CF, 1F and 61. RGB value is (207,31,97). Sum of RGB (Red+Green+Blue) = 207+31+97=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F61 is #30E09E. Grayscale: #5B5B5B. Windows color (decimal): -3203231 or 6365135. OLE color: 6365135.
HSL color Cylindrical-coordinate representation of color #CF1F61: hue angle of 337.5º 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 #CF1F61 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 97 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.19 |
| HSL | 337.5º | 0.74% | 0.47% | - |
| HSV(B) | 337.5º | 0.85% | 0.81% | - |
| XYZ | 28.38 | 15.11 | 12.73 | - |
| YUV | 91.15 | 131.31 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 97 | 0 | 0.85 | 0.53 | 0.19 | 337.5 | 0.74 | 0.47 |
| Hex | CF | 1F | 61 | 0 | 55 | 35 | 13 | 152 | 4A | 2F |
| Octal | 317 | 37 | 141 | 0 | 125 | 65 | 23 | 522 | 112 | 57 |
| Binary | 11001111 | 11111 | 1100001 | 0 | 1010101 | 110101 | 10011 | 101010010 | 1001010 | 101111 |
Color Harmonies of #CF1F61
Complementary color
Monochromatic Colors of #CF1F61
Black with #CF1F61
Text Example
Text Example
White with #CF1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F61; }
p { color: rgb(207,31,97); }
H1.HeaderClassName
{
color: #CF1F61;
}
.AnyTagClassName
{
color: #CF1F61;
}
</style>
background-color css
<style>
a { background-color: #CF1F61; }
a { background-color: rgb(207,31,97); }
div.DivClassName
{
background-color: #CF1F61;
}
.BgClassName
{
background-color: #CF1F61;
}
</style>
border-color css
<style>
span { border-color: #CF1F61; }
span { border-color: rgb(207,31,97); }
td.TdClassName
{
border-color: #CF1F61;
}
.TagClassName
{
border-color: #CF1F61;
}
</style>