Shades of Ruby #CF095E
Tints of Ruby #CF095E
RGB
CMYK
RGB Variations
Color information
#CF095E (or 0xCF095E) is known color: Ruby. HEX triplet: CF, 09 and 5E. RGB value is (207,9,94). Sum of RGB (Red+Green+Blue) = 207+9+94=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF095E is #30F6A1. Grayscale: #4D4D4D. Windows color (decimal): -3208866 or 6162895. OLE color: 6162895.
HSL color Cylindrical-coordinate representation of color #CF095E: hue angle of 334.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF095E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 94 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.19 |
| HSL | 334.24º | 0.92% | 0.42% | - |
| HSV(B) | 334.24º | 0.96% | 0.81% | - |
| XYZ | 27.85 | 14.27 | 11.88 | - |
| YUV | 77.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 94 | 0 | 0.96 | 0.55 | 0.19 | 334.24 | 0.92 | 0.42 |
| Hex | CF | 9 | 5E | 0 | 60 | 37 | 13 | 14E | 5C | 2A |
| Octal | 317 | 11 | 136 | 0 | 140 | 67 | 23 | 516 | 134 | 52 |
| Binary | 11001111 | 1001 | 1011110 | 0 | 1100000 | 110111 | 10011 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CF095E
Complementary color
Monochromatic Colors of #CF095E
Black with #CF095E
Text Example
Text Example
White with #CF095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF095E; }
p { color: rgb(207,9,94); }
H1.HeaderClassName
{
color: #CF095E;
}
.AnyTagClassName
{
color: #CF095E;
}
</style>
background-color css
<style>
a { background-color: #CF095E; }
a { background-color: rgb(207,9,94); }
div.DivClassName
{
background-color: #CF095E;
}
.BgClassName
{
background-color: #CF095E;
}
</style>
border-color css
<style>
span { border-color: #CF095E; }
span { border-color: rgb(207,9,94); }
td.TdClassName
{
border-color: #CF095E;
}
.TagClassName
{
border-color: #CF095E;
}
</style>