Shades of Ruby #CF2069
Tints of Ruby #CF2069
RGB
CMYK
RGB Variations
Color information
#CF2069 (or 0xCF2069) is known color: Ruby. HEX triplet: CF, 20 and 69. RGB value is (207,32,105). Sum of RGB (Red+Green+Blue) = 207+32+105=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2069 is #30DF96. Grayscale: #5C5C5C. Windows color (decimal): -3202967 or 6889679. OLE color: 6889679.
HSL color Cylindrical-coordinate representation of color #CF2069: hue angle of 334.97º degrees, saturation: 0.73, 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 #CF2069 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 105 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.19 |
| HSL | 334.97º | 0.73% | 0.47% | - |
| HSV(B) | 334.97º | 0.85% | 0.81% | - |
| XYZ | 28.8 | 15.32 | 14.8 | - |
| YUV | 92.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 105 | 0 | 0.85 | 0.49 | 0.19 | 334.97 | 0.73 | 0.47 |
| Hex | CF | 20 | 69 | 0 | 55 | 31 | 13 | 14F | 49 | 2F |
| Octal | 317 | 40 | 151 | 0 | 125 | 61 | 23 | 517 | 111 | 57 |
| Binary | 11001111 | 100000 | 1101001 | 0 | 1010101 | 110001 | 10011 | 101001111 | 1001001 | 101111 |
Color Harmonies of #CF2069
Complementary color
Monochromatic Colors of #CF2069
Black with #CF2069
Text Example
Text Example
White with #CF2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2069; }
p { color: rgb(207,32,105); }
H1.HeaderClassName
{
color: #CF2069;
}
.AnyTagClassName
{
color: #CF2069;
}
</style>
background-color css
<style>
a { background-color: #CF2069; }
a { background-color: rgb(207,32,105); }
div.DivClassName
{
background-color: #CF2069;
}
.BgClassName
{
background-color: #CF2069;
}
</style>
border-color css
<style>
span { border-color: #CF2069; }
span { border-color: rgb(207,32,105); }
td.TdClassName
{
border-color: #CF2069;
}
.TagClassName
{
border-color: #CF2069;
}
</style>