Shades of Ruby #CF126A
Tints of Ruby #CF126A
RGB
CMYK
RGB Variations
Color information
#CF126A (or 0xCF126A) is known color: Ruby. HEX triplet: CF, 12 and 6A. RGB value is (207,18,106). Sum of RGB (Red+Green+Blue) = 207+18+106=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF126A is #30ED95. Grayscale: #545454. Windows color (decimal): -3206550 or 6951631. OLE color: 6951631.
HSL color Cylindrical-coordinate representation of color #CF126A: hue angle of 332.06º 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 #CF126A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 106 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.19 |
| HSL | 332.06º | 0.84% | 0.44% | - |
| HSV(B) | 332.06º | 0.91% | 0.81% | - |
| XYZ | 28.55 | 14.74 | 14.98 | - |
| YUV | 84.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 106 | 0 | 0.91 | 0.49 | 0.19 | 332.06 | 0.84 | 0.44 |
| Hex | CF | 12 | 6A | 0 | 5B | 31 | 13 | 14C | 54 | 2C |
| Octal | 317 | 22 | 152 | 0 | 133 | 61 | 23 | 514 | 124 | 54 |
| Binary | 11001111 | 10010 | 1101010 | 0 | 1011011 | 110001 | 10011 | 101001100 | 1010100 | 101100 |
Color Harmonies of #CF126A
Complementary color
Monochromatic Colors of #CF126A
Black with #CF126A
Text Example
Text Example
White with #CF126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF126A; }
p { color: rgb(207,18,106); }
H1.HeaderClassName
{
color: #CF126A;
}
.AnyTagClassName
{
color: #CF126A;
}
</style>
background-color css
<style>
a { background-color: #CF126A; }
a { background-color: rgb(207,18,106); }
div.DivClassName
{
background-color: #CF126A;
}
.BgClassName
{
background-color: #CF126A;
}
</style>
border-color css
<style>
span { border-color: #CF126A; }
span { border-color: rgb(207,18,106); }
td.TdClassName
{
border-color: #CF126A;
}
.TagClassName
{
border-color: #CF126A;
}
</style>