Shades of Ruby #CF136E
Tints of Ruby #CF136E
RGB
CMYK
RGB Variations
Color information
#CF136E (or 0xCF136E) is known color: Ruby. HEX triplet: CF, 13 and 6E. RGB value is (207,19,110). Sum of RGB (Red+Green+Blue) = 207+19+110=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF136E is #30EC91. Grayscale: #555555. Windows color (decimal): -3206290 or 7214031. OLE color: 7214031.
HSL color Cylindrical-coordinate representation of color #CF136E: hue angle of 330.96º degrees, saturation: 0.83, 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 #CF136E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.19 |
| HSL | 330.96º | 0.83% | 0.44% | - |
| HSV(B) | 330.96º | 0.91% | 0.81% | - |
| XYZ | 28.78 | 14.86 | 16.1 | - |
| YUV | 85.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 110 | 0 | 0.91 | 0.47 | 0.19 | 330.96 | 0.83 | 0.44 |
| Hex | CF | 13 | 6E | 0 | 5B | 2F | 13 | 14B | 53 | 2C |
| Octal | 317 | 23 | 156 | 0 | 133 | 57 | 23 | 513 | 123 | 54 |
| Binary | 11001111 | 10011 | 1101110 | 0 | 1011011 | 101111 | 10011 | 101001011 | 1010011 | 101100 |
Color Harmonies of #CF136E
Complementary color
Monochromatic Colors of #CF136E
Black with #CF136E
Text Example
Text Example
White with #CF136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF136E; }
p { color: rgb(207,19,110); }
H1.HeaderClassName
{
color: #CF136E;
}
.AnyTagClassName
{
color: #CF136E;
}
</style>
background-color css
<style>
a { background-color: #CF136E; }
a { background-color: rgb(207,19,110); }
div.DivClassName
{
background-color: #CF136E;
}
.BgClassName
{
background-color: #CF136E;
}
</style>
border-color css
<style>
span { border-color: #CF136E; }
span { border-color: rgb(207,19,110); }
td.TdClassName
{
border-color: #CF136E;
}
.TagClassName
{
border-color: #CF136E;
}
</style>