Shades of Ruby #CF1E6B
Tints of Ruby #CF1E6B
RGB
CMYK
RGB Variations
Color information
#CF1E6B (or 0xCF1E6B) is known color: Ruby. HEX triplet: CF, 1E and 6B. RGB value is (207,30,107). Sum of RGB (Red+Green+Blue) = 207+30+107=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E6B is #30E194. Grayscale: #5B5B5B. Windows color (decimal): -3203477 or 7020239. OLE color: 7020239.
HSL color Cylindrical-coordinate representation of color #CF1E6B: hue angle of 333.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E6B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 107 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.19 |
| HSL | 333.9º | 0.75% | 0.46% | - |
| HSV(B) | 333.9º | 0.86% | 0.81% | - |
| XYZ | 28.85 | 15.26 | 15.33 | - |
| YUV | 91.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 107 | 0 | 0.86 | 0.48 | 0.19 | 333.9 | 0.75 | 0.46 |
| Hex | CF | 1E | 6B | 0 | 56 | 30 | 13 | 14E | 4B | 2E |
| Octal | 317 | 36 | 153 | 0 | 126 | 60 | 23 | 516 | 113 | 56 |
| Binary | 11001111 | 11110 | 1101011 | 0 | 1010110 | 110000 | 10011 | 101001110 | 1001011 | 101110 |
Color Harmonies of #CF1E6B
Complementary color
Monochromatic Colors of #CF1E6B
Black with #CF1E6B
Text Example
Text Example
White with #CF1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E6B; }
p { color: rgb(207,30,107); }
H1.HeaderClassName
{
color: #CF1E6B;
}
.AnyTagClassName
{
color: #CF1E6B;
}
</style>
background-color css
<style>
a { background-color: #CF1E6B; }
a { background-color: rgb(207,30,107); }
div.DivClassName
{
background-color: #CF1E6B;
}
.BgClassName
{
background-color: #CF1E6B;
}
</style>
border-color css
<style>
span { border-color: #CF1E6B; }
span { border-color: rgb(207,30,107); }
td.TdClassName
{
border-color: #CF1E6B;
}
.TagClassName
{
border-color: #CF1E6B;
}
</style>