Shades of Ruby #CF076E
Tints of Ruby #CF076E
RGB
CMYK
RGB Variations
Color information
#CF076E (or 0xCF076E) is known color: Ruby. HEX triplet: CF, 07 and 6E. RGB value is (207,7,110). Sum of RGB (Red+Green+Blue) = 207+7+110=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF076E is #30F891. Grayscale: #4E4E4E. Windows color (decimal): -3209362 or 7210959. OLE color: 7210959.
HSL color Cylindrical-coordinate representation of color #CF076E: hue angle of 329.1º 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 #CF076E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.19 |
| HSL | 329.1º | 0.93% | 0.42% | - |
| HSV(B) | 329.1º | 0.97% | 0.81% | - |
| XYZ | 28.62 | 14.54 | 16.05 | - |
| YUV | 78.54 | 145.76 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 110 | 0 | 0.97 | 0.47 | 0.19 | 329.1 | 0.93 | 0.42 |
| Hex | CF | 7 | 6E | 0 | 61 | 2F | 13 | 149 | 5D | 2A |
| Octal | 317 | 7 | 156 | 0 | 141 | 57 | 23 | 511 | 135 | 52 |
| Binary | 11001111 | 111 | 1101110 | 0 | 1100001 | 101111 | 10011 | 101001001 | 1011101 | 101010 |
Color Harmonies of #CF076E
Complementary color
Monochromatic Colors of #CF076E
Black with #CF076E
Text Example
Text Example
White with #CF076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF076E; }
p { color: rgb(207,7,110); }
H1.HeaderClassName
{
color: #CF076E;
}
.AnyTagClassName
{
color: #CF076E;
}
</style>
background-color css
<style>
a { background-color: #CF076E; }
a { background-color: rgb(207,7,110); }
div.DivClassName
{
background-color: #CF076E;
}
.BgClassName
{
background-color: #CF076E;
}
</style>
border-color css
<style>
span { border-color: #CF076E; }
span { border-color: rgb(207,7,110); }
td.TdClassName
{
border-color: #CF076E;
}
.TagClassName
{
border-color: #CF076E;
}
</style>