Shades of Ruby #CF126D
Tints of Ruby #CF126D
RGB
CMYK
RGB Variations
Color information
#CF126D (or 0xCF126D) is known color: Ruby. HEX triplet: CF, 12 and 6D. RGB value is (207,18,109). Sum of RGB (Red+Green+Blue) = 207+18+109=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF126D is #30ED92. Grayscale: #545454. Windows color (decimal): -3206547 or 7148239. OLE color: 7148239.
HSL color Cylindrical-coordinate representation of color #CF126D: hue angle of 331.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF126D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.19 |
| HSL | 331.11º | 0.84% | 0.44% | - |
| HSV(B) | 331.11º | 0.91% | 0.81% | - |
| XYZ | 28.71 | 14.8 | 15.81 | - |
| YUV | 84.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 109 | 0 | 0.91 | 0.47 | 0.19 | 331.11 | 0.84 | 0.44 |
| Hex | CF | 12 | 6D | 0 | 5B | 2F | 13 | 14B | 54 | 2C |
| Octal | 317 | 22 | 155 | 0 | 133 | 57 | 23 | 513 | 124 | 54 |
| Binary | 11001111 | 10010 | 1101101 | 0 | 1011011 | 101111 | 10011 | 101001011 | 1010100 | 101100 |
Color Harmonies of #CF126D
Complementary color
Monochromatic Colors of #CF126D
Black with #CF126D
Text Example
Text Example
White with #CF126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF126D; }
p { color: rgb(207,18,109); }
H1.HeaderClassName
{
color: #CF126D;
}
.AnyTagClassName
{
color: #CF126D;
}
</style>
background-color css
<style>
a { background-color: #CF126D; }
a { background-color: rgb(207,18,109); }
div.DivClassName
{
background-color: #CF126D;
}
.BgClassName
{
background-color: #CF126D;
}
</style>
border-color css
<style>
span { border-color: #CF126D; }
span { border-color: rgb(207,18,109); }
td.TdClassName
{
border-color: #CF126D;
}
.TagClassName
{
border-color: #CF126D;
}
</style>