Shades of Ruby #CF126B
Tints of Ruby #CF126B
RGB
CMYK
RGB Variations
Color information
#CF126B (or 0xCF126B) is known color: Ruby. HEX triplet: CF, 12 and 6B. RGB value is (207,18,107). Sum of RGB (Red+Green+Blue) = 207+18+107=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF126B is #30ED94. Grayscale: #545454. Windows color (decimal): -3206549 or 7017167. OLE color: 7017167.
HSL color Cylindrical-coordinate representation of color #CF126B: hue angle of 331.75º 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 #CF126B is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 107 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.19 |
| HSL | 331.75º | 0.84% | 0.44% | - |
| HSV(B) | 331.75º | 0.91% | 0.81% | - |
| XYZ | 28.6 | 14.76 | 15.25 | - |
| YUV | 84.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 107 | 0 | 0.91 | 0.48 | 0.19 | 331.75 | 0.84 | 0.44 |
| Hex | CF | 12 | 6B | 0 | 5B | 30 | 13 | 14C | 54 | 2C |
| Octal | 317 | 22 | 153 | 0 | 133 | 60 | 23 | 514 | 124 | 54 |
| Binary | 11001111 | 10010 | 1101011 | 0 | 1011011 | 110000 | 10011 | 101001100 | 1010100 | 101100 |
Color Harmonies of #CF126B
Complementary color
Monochromatic Colors of #CF126B
Black with #CF126B
Text Example
Text Example
White with #CF126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF126B; }
p { color: rgb(207,18,107); }
H1.HeaderClassName
{
color: #CF126B;
}
.AnyTagClassName
{
color: #CF126B;
}
</style>
background-color css
<style>
a { background-color: #CF126B; }
a { background-color: rgb(207,18,107); }
div.DivClassName
{
background-color: #CF126B;
}
.BgClassName
{
background-color: #CF126B;
}
</style>
border-color css
<style>
span { border-color: #CF126B; }
span { border-color: rgb(207,18,107); }
td.TdClassName
{
border-color: #CF126B;
}
.TagClassName
{
border-color: #CF126B;
}
</style>