Shades of Ruby #CF0C6B
Tints of Ruby #CF0C6B
RGB
CMYK
RGB Variations
Color information
#CF0C6B (or 0xCF0C6B) is known color: Ruby. HEX triplet: CF, 0C and 6B. RGB value is (207,12,107). Sum of RGB (Red+Green+Blue) = 207+12+107=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C6B is #30F394. Grayscale: #505050. Windows color (decimal): -3208085 or 7015631. OLE color: 7015631.
HSL color Cylindrical-coordinate representation of color #CF0C6B: hue angle of 330.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C6B is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 107 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.19 |
| HSL | 330.77º | 0.89% | 0.43% | - |
| HSV(B) | 330.77º | 0.94% | 0.81% | - |
| XYZ | 28.52 | 14.59 | 15.22 | - |
| YUV | 81.14 | 142.6 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 107 | 0 | 0.94 | 0.48 | 0.19 | 330.77 | 0.89 | 0.43 |
| Hex | CF | C | 6B | 0 | 5E | 30 | 13 | 14B | 59 | 2B |
| Octal | 317 | 14 | 153 | 0 | 136 | 60 | 23 | 513 | 131 | 53 |
| Binary | 11001111 | 1100 | 1101011 | 0 | 1011110 | 110000 | 10011 | 101001011 | 1011001 | 101011 |
Color Harmonies of #CF0C6B
Complementary color
Monochromatic Colors of #CF0C6B
Black with #CF0C6B
Text Example
Text Example
White with #CF0C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0C6B; }
p { color: rgb(207,12,107); }
H1.HeaderClassName
{
color: #CF0C6B;
}
.AnyTagClassName
{
color: #CF0C6B;
}
</style>
background-color css
<style>
a { background-color: #CF0C6B; }
a { background-color: rgb(207,12,107); }
div.DivClassName
{
background-color: #CF0C6B;
}
.BgClassName
{
background-color: #CF0C6B;
}
</style>
border-color css
<style>
span { border-color: #CF0C6B; }
span { border-color: rgb(207,12,107); }
td.TdClassName
{
border-color: #CF0C6B;
}
.TagClassName
{
border-color: #CF0C6B;
}
</style>