Shades of Ruby #CF076D
Tints of Ruby #CF076D
RGB
CMYK
RGB Variations
Color information
#CF076D (or 0xCF076D) is known color: Ruby. HEX triplet: CF, 07 and 6D. RGB value is (207,7,109). Sum of RGB (Red+Green+Blue) = 207+7+109=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF076D is #30F892. Grayscale: #4E4E4E. Windows color (decimal): -3209363 or 7145423. OLE color: 7145423.
HSL color Cylindrical-coordinate representation of color #CF076D: hue angle of 329.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF076D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.19 |
| HSL | 329.4º | 0.93% | 0.42% | - |
| HSV(B) | 329.4º | 0.97% | 0.81% | - |
| XYZ | 28.57 | 14.52 | 15.77 | - |
| YUV | 78.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 109 | 0 | 0.97 | 0.47 | 0.19 | 329.4 | 0.93 | 0.42 |
| Hex | CF | 7 | 6D | 0 | 61 | 2F | 13 | 149 | 5D | 2A |
| Octal | 317 | 7 | 155 | 0 | 141 | 57 | 23 | 511 | 135 | 52 |
| Binary | 11001111 | 111 | 1101101 | 0 | 1100001 | 101111 | 10011 | 101001001 | 1011101 | 101010 |
Color Harmonies of #CF076D
Complementary color
Monochromatic Colors of #CF076D
Black with #CF076D
Text Example
Text Example
White with #CF076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF076D; }
p { color: rgb(207,7,109); }
H1.HeaderClassName
{
color: #CF076D;
}
.AnyTagClassName
{
color: #CF076D;
}
</style>
background-color css
<style>
a { background-color: #CF076D; }
a { background-color: rgb(207,7,109); }
div.DivClassName
{
background-color: #CF076D;
}
.BgClassName
{
background-color: #CF076D;
}
</style>
border-color css
<style>
span { border-color: #CF076D; }
span { border-color: rgb(207,7,109); }
td.TdClassName
{
border-color: #CF076D;
}
.TagClassName
{
border-color: #CF076D;
}
</style>