Shades of Ruby #CF0A5F
Tints of Ruby #CF0A5F
RGB
CMYK
RGB Variations
Color information
#CF0A5F (or 0xCF0A5F) is known color: Ruby. HEX triplet: CF, 0A and 5F. RGB value is (207,10,95). Sum of RGB (Red+Green+Blue) = 207+10+95=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A5F is #30F5A0. Grayscale: #4E4E4E. Windows color (decimal): -3208609 or 6228687. OLE color: 6228687.
HSL color Cylindrical-coordinate representation of color #CF0A5F: hue angle of 334.11º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A5F is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 95 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.19 |
| HSL | 334.11º | 0.91% | 0.43% | - |
| HSV(B) | 334.11º | 0.95% | 0.81% | - |
| XYZ | 27.91 | 14.31 | 12.12 | - |
| YUV | 78.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 95 | 0 | 0.95 | 0.54 | 0.19 | 334.11 | 0.91 | 0.43 |
| Hex | CF | A | 5F | 0 | 5F | 36 | 13 | 14E | 5B | 2B |
| Octal | 317 | 12 | 137 | 0 | 137 | 66 | 23 | 516 | 133 | 53 |
| Binary | 11001111 | 1010 | 1011111 | 0 | 1011111 | 110110 | 10011 | 101001110 | 1011011 | 101011 |
Color Harmonies of #CF0A5F
Complementary color
Monochromatic Colors of #CF0A5F
Black with #CF0A5F
Text Example
Text Example
White with #CF0A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A5F; }
p { color: rgb(207,10,95); }
H1.HeaderClassName
{
color: #CF0A5F;
}
.AnyTagClassName
{
color: #CF0A5F;
}
</style>
background-color css
<style>
a { background-color: #CF0A5F; }
a { background-color: rgb(207,10,95); }
div.DivClassName
{
background-color: #CF0A5F;
}
.BgClassName
{
background-color: #CF0A5F;
}
</style>
border-color css
<style>
span { border-color: #CF0A5F; }
span { border-color: rgb(207,10,95); }
td.TdClassName
{
border-color: #CF0A5F;
}
.TagClassName
{
border-color: #CF0A5F;
}
</style>