Shades of Ruby #CF065E
Tints of Ruby #CF065E
RGB
CMYK
RGB Variations
Color information
#CF065E (or 0xCF065E) is known color: Ruby. HEX triplet: CF, 06 and 5E. RGB value is (207,6,94). Sum of RGB (Red+Green+Blue) = 207+6+94=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF065E is #30F9A1. Grayscale: #4B4B4B. Windows color (decimal): -3209634 or 6162127. OLE color: 6162127.
HSL color Cylindrical-coordinate representation of color #CF065E: hue angle of 333.73º degrees, saturation: 0.94, 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 #CF065E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.19 |
| HSL | 333.73º | 0.94% | 0.42% | - |
| HSV(B) | 333.73º | 0.97% | 0.81% | - |
| XYZ | 27.82 | 14.2 | 11.87 | - |
| YUV | 76.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 94 | 0 | 0.97 | 0.55 | 0.19 | 333.73 | 0.94 | 0.42 |
| Hex | CF | 6 | 5E | 0 | 61 | 37 | 13 | 14E | 5E | 2A |
| Octal | 317 | 6 | 136 | 0 | 141 | 67 | 23 | 516 | 136 | 52 |
| Binary | 11001111 | 110 | 1011110 | 0 | 1100001 | 110111 | 10011 | 101001110 | 1011110 | 101010 |
Color Harmonies of #CF065E
Complementary color
Monochromatic Colors of #CF065E
Black with #CF065E
Text Example
Text Example
White with #CF065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF065E; }
p { color: rgb(207,6,94); }
H1.HeaderClassName
{
color: #CF065E;
}
.AnyTagClassName
{
color: #CF065E;
}
</style>
background-color css
<style>
a { background-color: #CF065E; }
a { background-color: rgb(207,6,94); }
div.DivClassName
{
background-color: #CF065E;
}
.BgClassName
{
background-color: #CF065E;
}
</style>
border-color css
<style>
span { border-color: #CF065E; }
span { border-color: rgb(207,6,94); }
td.TdClassName
{
border-color: #CF065E;
}
.TagClassName
{
border-color: #CF065E;
}
</style>