Shades of Ruby #CF056B
Tints of Ruby #CF056B
RGB
CMYK
RGB Variations
Color information
#CF056B (or 0xCF056B) is known color: Ruby. HEX triplet: CF, 05 and 6B. RGB value is (207,5,107). Sum of RGB (Red+Green+Blue) = 207+5+107=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF056B is #30FA94. Grayscale: #4C4C4C. Windows color (decimal): -3209877 or 7013839. OLE color: 7013839.
HSL color Cylindrical-coordinate representation of color #CF056B: hue angle of 329.7º 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 #CF056B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.19 |
| HSL | 329.7º | 0.95% | 0.42% | - |
| HSV(B) | 329.7º | 0.98% | 0.81% | - |
| XYZ | 28.44 | 14.44 | 15.2 | - |
| YUV | 77.03 | 144.92 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 107 | 0 | 0.98 | 0.48 | 0.19 | 329.7 | 0.95 | 0.42 |
| Hex | CF | 5 | 6B | 0 | 62 | 30 | 13 | 14A | 5F | 2A |
| Octal | 317 | 5 | 153 | 0 | 142 | 60 | 23 | 512 | 137 | 52 |
| Binary | 11001111 | 101 | 1101011 | 0 | 1100010 | 110000 | 10011 | 101001010 | 1011111 | 101010 |
Color Harmonies of #CF056B
Complementary color
Monochromatic Colors of #CF056B
Black with #CF056B
Text Example
Text Example
White with #CF056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF056B; }
p { color: rgb(207,5,107); }
H1.HeaderClassName
{
color: #CF056B;
}
.AnyTagClassName
{
color: #CF056B;
}
</style>
background-color css
<style>
a { background-color: #CF056B; }
a { background-color: rgb(207,5,107); }
div.DivClassName
{
background-color: #CF056B;
}
.BgClassName
{
background-color: #CF056B;
}
</style>
border-color css
<style>
span { border-color: #CF056B; }
span { border-color: rgb(207,5,107); }
td.TdClassName
{
border-color: #CF056B;
}
.TagClassName
{
border-color: #CF056B;
}
</style>