Shades of Ruby #CF0D6D
Tints of Ruby #CF0D6D
RGB
CMYK
RGB Variations
Color information
#CF0D6D (or 0xCF0D6D) is known color: Ruby. HEX triplet: CF, 0D and 6D. RGB value is (207,13,109). Sum of RGB (Red+Green+Blue) = 207+13+109=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D6D is #30F292. Grayscale: #515151. Windows color (decimal): -3207827 or 7146959. OLE color: 7146959.
HSL color Cylindrical-coordinate representation of color #CF0D6D: hue angle of 330.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D6D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 109 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.19 |
| HSL | 330.31º | 0.88% | 0.43% | - |
| HSV(B) | 330.31º | 0.94% | 0.81% | - |
| XYZ | 28.64 | 14.66 | 15.79 | - |
| YUV | 81.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 109 | 0 | 0.94 | 0.47 | 0.19 | 330.31 | 0.88 | 0.43 |
| Hex | CF | D | 6D | 0 | 5E | 2F | 13 | 14A | 58 | 2B |
| Octal | 317 | 15 | 155 | 0 | 136 | 57 | 23 | 512 | 130 | 53 |
| Binary | 11001111 | 1101 | 1101101 | 0 | 1011110 | 101111 | 10011 | 101001010 | 1011000 | 101011 |
Color Harmonies of #CF0D6D
Complementary color
Monochromatic Colors of #CF0D6D
Black with #CF0D6D
Text Example
Text Example
White with #CF0D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0D6D; }
p { color: rgb(207,13,109); }
H1.HeaderClassName
{
color: #CF0D6D;
}
.AnyTagClassName
{
color: #CF0D6D;
}
</style>
background-color css
<style>
a { background-color: #CF0D6D; }
a { background-color: rgb(207,13,109); }
div.DivClassName
{
background-color: #CF0D6D;
}
.BgClassName
{
background-color: #CF0D6D;
}
</style>
border-color css
<style>
span { border-color: #CF0D6D; }
span { border-color: rgb(207,13,109); }
td.TdClassName
{
border-color: #CF0D6D;
}
.TagClassName
{
border-color: #CF0D6D;
}
</style>