Shades of Ruby #CF126C
Tints of Ruby #CF126C
RGB
CMYK
RGB Variations
Color information
#CF126C (or 0xCF126C) is known color: Ruby. HEX triplet: CF, 12 and 6C. RGB value is (207,18,108). Sum of RGB (Red+Green+Blue) = 207+18+108=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF126C is #30ED93. Grayscale: #545454. Windows color (decimal): -3206548 or 7082703. OLE color: 7082703.
HSL color Cylindrical-coordinate representation of color #CF126C: hue angle of 331.43º 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 #CF126C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 108 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.19 |
| HSL | 331.43º | 0.84% | 0.44% | - |
| HSV(B) | 331.43º | 0.91% | 0.81% | - |
| XYZ | 28.66 | 14.78 | 15.53 | - |
| YUV | 84.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 108 | 0 | 0.91 | 0.48 | 0.19 | 331.43 | 0.84 | 0.44 |
| Hex | CF | 12 | 6C | 0 | 5B | 30 | 13 | 14B | 54 | 2C |
| Octal | 317 | 22 | 154 | 0 | 133 | 60 | 23 | 513 | 124 | 54 |
| Binary | 11001111 | 10010 | 1101100 | 0 | 1011011 | 110000 | 10011 | 101001011 | 1010100 | 101100 |
Color Harmonies of #CF126C
Complementary color
Monochromatic Colors of #CF126C
Black with #CF126C
Text Example
Text Example
White with #CF126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF126C; }
p { color: rgb(207,18,108); }
H1.HeaderClassName
{
color: #CF126C;
}
.AnyTagClassName
{
color: #CF126C;
}
</style>
background-color css
<style>
a { background-color: #CF126C; }
a { background-color: rgb(207,18,108); }
div.DivClassName
{
background-color: #CF126C;
}
.BgClassName
{
background-color: #CF126C;
}
</style>
border-color css
<style>
span { border-color: #CF126C; }
span { border-color: rgb(207,18,108); }
td.TdClassName
{
border-color: #CF126C;
}
.TagClassName
{
border-color: #CF126C;
}
</style>