Shades of Ruby #CF095D
Tints of Ruby #CF095D
RGB
CMYK
RGB Variations
Color information
#CF095D (or 0xCF095D) is known color: Ruby. HEX triplet: CF, 09 and 5D. RGB value is (207,9,93). Sum of RGB (Red+Green+Blue) = 207+9+93=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF095D is #30F6A2. Grayscale: #4D4D4D. Windows color (decimal): -3208867 or 6097359. OLE color: 6097359.
HSL color Cylindrical-coordinate representation of color #CF095D: hue angle of 334.55º 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 #CF095D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.19 |
| HSL | 334.55º | 0.92% | 0.42% | - |
| HSV(B) | 334.55º | 0.96% | 0.81% | - |
| XYZ | 27.81 | 14.25 | 11.64 | - |
| YUV | 77.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 93 | 0 | 0.96 | 0.55 | 0.19 | 334.55 | 0.92 | 0.42 |
| Hex | CF | 9 | 5D | 0 | 60 | 37 | 13 | 14F | 5C | 2A |
| Octal | 317 | 11 | 135 | 0 | 140 | 67 | 23 | 517 | 134 | 52 |
| Binary | 11001111 | 1001 | 1011101 | 0 | 1100000 | 110111 | 10011 | 101001111 | 1011100 | 101010 |
Color Harmonies of #CF095D
Complementary color
Monochromatic Colors of #CF095D
Black with #CF095D
Text Example
Text Example
White with #CF095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF095D; }
p { color: rgb(207,9,93); }
H1.HeaderClassName
{
color: #CF095D;
}
.AnyTagClassName
{
color: #CF095D;
}
</style>
background-color css
<style>
a { background-color: #CF095D; }
a { background-color: rgb(207,9,93); }
div.DivClassName
{
background-color: #CF095D;
}
.BgClassName
{
background-color: #CF095D;
}
</style>
border-color css
<style>
span { border-color: #CF095D; }
span { border-color: rgb(207,9,93); }
td.TdClassName
{
border-color: #CF095D;
}
.TagClassName
{
border-color: #CF095D;
}
</style>