Shades of Ruby #CF056E
Tints of Ruby #CF056E
RGB
CMYK
RGB Variations
Color information
#CF056E (or 0xCF056E) is known color: Ruby. HEX triplet: CF, 05 and 6E. RGB value is (207,5,110). Sum of RGB (Red+Green+Blue) = 207+5+110=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF056E is #30FA91. Grayscale: #4D4D4D. Windows color (decimal): -3209874 or 7210447. OLE color: 7210447.
HSL color Cylindrical-coordinate representation of color #CF056E: hue angle of 328.81º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF056E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.19 |
| HSL | 328.81º | 0.95% | 0.42% | - |
| HSV(B) | 328.81º | 0.98% | 0.81% | - |
| XYZ | 28.6 | 14.5 | 16.04 | - |
| YUV | 77.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 110 | 0 | 0.98 | 0.47 | 0.19 | 328.81 | 0.95 | 0.42 |
| Hex | CF | 5 | 6E | 0 | 62 | 2F | 13 | 149 | 5F | 2A |
| Octal | 317 | 5 | 156 | 0 | 142 | 57 | 23 | 511 | 137 | 52 |
| Binary | 11001111 | 101 | 1101110 | 0 | 1100010 | 101111 | 10011 | 101001001 | 1011111 | 101010 |
Color Harmonies of #CF056E
Complementary color
Monochromatic Colors of #CF056E
Black with #CF056E
Text Example
Text Example
White with #CF056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF056E; }
p { color: rgb(207,5,110); }
H1.HeaderClassName
{
color: #CF056E;
}
.AnyTagClassName
{
color: #CF056E;
}
</style>
background-color css
<style>
a { background-color: #CF056E; }
a { background-color: rgb(207,5,110); }
div.DivClassName
{
background-color: #CF056E;
}
.BgClassName
{
background-color: #CF056E;
}
</style>
border-color css
<style>
span { border-color: #CF056E; }
span { border-color: rgb(207,5,110); }
td.TdClassName
{
border-color: #CF056E;
}
.TagClassName
{
border-color: #CF056E;
}
</style>