Shades of Ruby #CF1D6A
Tints of Ruby #CF1D6A
RGB
CMYK
RGB Variations
Color information
#CF1D6A (or 0xCF1D6A) is known color: Ruby. HEX triplet: CF, 1D and 6A. RGB value is (207,29,106). Sum of RGB (Red+Green+Blue) = 207+29+106=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1D6A is #30E295. Grayscale: #5A5A5A. Windows color (decimal): -3203734 or 6954447. OLE color: 6954447.
HSL color Cylindrical-coordinate representation of color #CF1D6A: hue angle of 334.04º 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 #CF1D6A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 106 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.19 |
| HSL | 334.05º | 0.75% | 0.46% | - |
| HSV(B) | 334.05º | 0.86% | 0.81% | - |
| XYZ | 28.77 | 15.18 | 15.05 | - |
| YUV | 91 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 106 | 0 | 0.86 | 0.49 | 0.19 | 334.05 | 0.75 | 0.46 |
| Hex | CF | 1D | 6A | 0 | 56 | 31 | 13 | 14E | 4B | 2E |
| Octal | 317 | 35 | 152 | 0 | 126 | 61 | 23 | 516 | 113 | 56 |
| Binary | 11001111 | 11101 | 1101010 | 0 | 1010110 | 110001 | 10011 | 101001110 | 1001011 | 101110 |
Color Harmonies of #CF1D6A
Complementary color
Monochromatic Colors of #CF1D6A
Black with #CF1D6A
Text Example
Text Example
White with #CF1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D6A; }
p { color: rgb(207,29,106); }
H1.HeaderClassName
{
color: #CF1D6A;
}
.AnyTagClassName
{
color: #CF1D6A;
}
</style>
background-color css
<style>
a { background-color: #CF1D6A; }
a { background-color: rgb(207,29,106); }
div.DivClassName
{
background-color: #CF1D6A;
}
.BgClassName
{
background-color: #CF1D6A;
}
</style>
border-color css
<style>
span { border-color: #CF1D6A; }
span { border-color: rgb(207,29,106); }
td.TdClassName
{
border-color: #CF1D6A;
}
.TagClassName
{
border-color: #CF1D6A;
}
</style>