Shades of Ruby #CF136F
Tints of Ruby #CF136F
RGB
CMYK
RGB Variations
Color information
#CF136F (or 0xCF136F) is known color: Ruby. HEX triplet: CF, 13 and 6F. RGB value is (207,19,111). Sum of RGB (Red+Green+Blue) = 207+19+111=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF136F is #30EC90. Grayscale: #555555. Windows color (decimal): -3206289 or 7279567. OLE color: 7279567.
HSL color Cylindrical-coordinate representation of color #CF136F: hue angle of 330.64º 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 #CF136F is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 111 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.19 |
| HSL | 330.64º | 0.83% | 0.44% | - |
| HSV(B) | 330.64º | 0.91% | 0.81% | - |
| XYZ | 28.83 | 14.88 | 16.39 | - |
| YUV | 85.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 111 | 0 | 0.91 | 0.46 | 0.19 | 330.64 | 0.83 | 0.44 |
| Hex | CF | 13 | 6F | 0 | 5B | 2E | 13 | 14B | 53 | 2C |
| Octal | 317 | 23 | 157 | 0 | 133 | 56 | 23 | 513 | 123 | 54 |
| Binary | 11001111 | 10011 | 1101111 | 0 | 1011011 | 101110 | 10011 | 101001011 | 1010011 | 101100 |
Color Harmonies of #CF136F
Complementary color
Monochromatic Colors of #CF136F
Black with #CF136F
Text Example
Text Example
White with #CF136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF136F; }
p { color: rgb(207,19,111); }
H1.HeaderClassName
{
color: #CF136F;
}
.AnyTagClassName
{
color: #CF136F;
}
</style>
background-color css
<style>
a { background-color: #CF136F; }
a { background-color: rgb(207,19,111); }
div.DivClassName
{
background-color: #CF136F;
}
.BgClassName
{
background-color: #CF136F;
}
</style>
border-color css
<style>
span { border-color: #CF136F; }
span { border-color: rgb(207,19,111); }
td.TdClassName
{
border-color: #CF136F;
}
.TagClassName
{
border-color: #CF136F;
}
</style>