Shades of Ruby #CF095F
Tints of Ruby #CF095F
RGB
CMYK
RGB Variations
Color information
#CF095F (or 0xCF095F) is known color: Ruby. HEX triplet: CF, 09 and 5F. RGB value is (207,9,95). Sum of RGB (Red+Green+Blue) = 207+9+95=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF095F is #30F6A0. Grayscale: #4D4D4D. Windows color (decimal): -3208865 or 6228431. OLE color: 6228431.
HSL color Cylindrical-coordinate representation of color #CF095F: hue angle of 333.94º 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 #CF095F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.19 |
| HSL | 333.94º | 0.92% | 0.42% | - |
| HSV(B) | 333.94º | 0.96% | 0.81% | - |
| XYZ | 27.9 | 14.29 | 12.11 | - |
| YUV | 78.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 95 | 0 | 0.96 | 0.54 | 0.19 | 333.94 | 0.92 | 0.42 |
| Hex | CF | 9 | 5F | 0 | 60 | 36 | 13 | 14E | 5C | 2A |
| Octal | 317 | 11 | 137 | 0 | 140 | 66 | 23 | 516 | 134 | 52 |
| Binary | 11001111 | 1001 | 1011111 | 0 | 1100000 | 110110 | 10011 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CF095F
Complementary color
Monochromatic Colors of #CF095F
Black with #CF095F
Text Example
Text Example
White with #CF095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF095F; }
p { color: rgb(207,9,95); }
H1.HeaderClassName
{
color: #CF095F;
}
.AnyTagClassName
{
color: #CF095F;
}
</style>
background-color css
<style>
a { background-color: #CF095F; }
a { background-color: rgb(207,9,95); }
div.DivClassName
{
background-color: #CF095F;
}
.BgClassName
{
background-color: #CF095F;
}
</style>
border-color css
<style>
span { border-color: #CF095F; }
span { border-color: rgb(207,9,95); }
td.TdClassName
{
border-color: #CF095F;
}
.TagClassName
{
border-color: #CF095F;
}
</style>