Shades of Ruby #CF156A
Tints of Ruby #CF156A
RGB
CMYK
RGB Variations
Color information
#CF156A (or 0xCF156A) is known color: Ruby. HEX triplet: CF, 15 and 6A. RGB value is (207,21,106). Sum of RGB (Red+Green+Blue) = 207+21+106=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF156A is #30EA95. Grayscale: #565656. Windows color (decimal): -3205782 or 6952399. OLE color: 6952399.
HSL color Cylindrical-coordinate representation of color #CF156A: hue angle of 332.58º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF156A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 106 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.19 |
| HSL | 332.58º | 0.82% | 0.45% | - |
| HSV(B) | 332.58º | 0.9% | 0.81% | - |
| XYZ | 28.6 | 14.84 | 14.99 | - |
| YUV | 86.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 106 | 0 | 0.90 | 0.49 | 0.19 | 332.58 | 0.82 | 0.45 |
| Hex | CF | 15 | 6A | 0 | 5A | 31 | 13 | 14D | 52 | 2D |
| Octal | 317 | 25 | 152 | 0 | 132 | 61 | 23 | 515 | 122 | 55 |
| Binary | 11001111 | 10101 | 1101010 | 0 | 1011010 | 110001 | 10011 | 101001101 | 1010010 | 101101 |
Color Harmonies of #CF156A
Complementary color
Monochromatic Colors of #CF156A
Black with #CF156A
Text Example
Text Example
White with #CF156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF156A; }
p { color: rgb(207,21,106); }
H1.HeaderClassName
{
color: #CF156A;
}
.AnyTagClassName
{
color: #CF156A;
}
</style>
background-color css
<style>
a { background-color: #CF156A; }
a { background-color: rgb(207,21,106); }
div.DivClassName
{
background-color: #CF156A;
}
.BgClassName
{
background-color: #CF156A;
}
</style>
border-color css
<style>
span { border-color: #CF156A; }
span { border-color: rgb(207,21,106); }
td.TdClassName
{
border-color: #CF156A;
}
.TagClassName
{
border-color: #CF156A;
}
</style>