Shades of Ruby #CF126F
Tints of Ruby #CF126F
RGB
CMYK
RGB Variations
Color information
#CF126F (or 0xCF126F) is known color: Ruby. HEX triplet: CF, 12 and 6F. RGB value is (207,18,111). Sum of RGB (Red+Green+Blue) = 207+18+111=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF126F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF126F is #30ED90. Grayscale: #545454. Windows color (decimal): -3206545 or 7279311. OLE color: 7279311.
HSL color Cylindrical-coordinate representation of color #CF126F: hue angle of 330.48º 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 #CF126F is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 111 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.19 |
| HSL | 330.48º | 0.84% | 0.44% | - |
| HSV(B) | 330.48º | 0.91% | 0.81% | - |
| XYZ | 28.82 | 14.85 | 16.39 | - |
| YUV | 85.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 111 | 0 | 0.91 | 0.46 | 0.19 | 330.48 | 0.84 | 0.44 |
| Hex | CF | 12 | 6F | 0 | 5B | 2E | 13 | 14A | 54 | 2C |
| Octal | 317 | 22 | 157 | 0 | 133 | 56 | 23 | 512 | 124 | 54 |
| Binary | 11001111 | 10010 | 1101111 | 0 | 1011011 | 101110 | 10011 | 101001010 | 1010100 | 101100 |
Color Harmonies of #CF126F
Complementary color
Monochromatic Colors of #CF126F
Black with #CF126F
Text Example
Text Example
White with #CF126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF126F; }
p { color: rgb(207,18,111); }
H1.HeaderClassName
{
color: #CF126F;
}
.AnyTagClassName
{
color: #CF126F;
}
</style>
background-color css
<style>
a { background-color: #CF126F; }
a { background-color: rgb(207,18,111); }
div.DivClassName
{
background-color: #CF126F;
}
.BgClassName
{
background-color: #CF126F;
}
</style>
border-color css
<style>
span { border-color: #CF126F; }
span { border-color: rgb(207,18,111); }
td.TdClassName
{
border-color: #CF126F;
}
.TagClassName
{
border-color: #CF126F;
}
</style>