Shades of Ruby #CF0A5E
Tints of Ruby #CF0A5E
RGB
CMYK
RGB Variations
Color information
#CF0A5E (or 0xCF0A5E) is known color: Ruby. HEX triplet: CF, 0A and 5E. RGB value is (207,10,94). Sum of RGB (Red+Green+Blue) = 207+10+94=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A5E is #30F5A1. Grayscale: #4E4E4E. Windows color (decimal): -3208610 or 6163151. OLE color: 6163151.
HSL color Cylindrical-coordinate representation of color #CF0A5E: hue angle of 334.42º 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 #CF0A5E is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.19 |
| HSL | 334.42º | 0.91% | 0.43% | - |
| HSV(B) | 334.42º | 0.95% | 0.81% | - |
| XYZ | 27.86 | 14.29 | 11.88 | - |
| YUV | 78.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 94 | 0 | 0.95 | 0.55 | 0.19 | 334.42 | 0.91 | 0.43 |
| Hex | CF | A | 5E | 0 | 5F | 37 | 13 | 14E | 5B | 2B |
| Octal | 317 | 12 | 136 | 0 | 137 | 67 | 23 | 516 | 133 | 53 |
| Binary | 11001111 | 1010 | 1011110 | 0 | 1011111 | 110111 | 10011 | 101001110 | 1011011 | 101011 |
Color Harmonies of #CF0A5E
Complementary color
Monochromatic Colors of #CF0A5E
Black with #CF0A5E
Text Example
Text Example
White with #CF0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A5E; }
p { color: rgb(207,10,94); }
H1.HeaderClassName
{
color: #CF0A5E;
}
.AnyTagClassName
{
color: #CF0A5E;
}
</style>
background-color css
<style>
a { background-color: #CF0A5E; }
a { background-color: rgb(207,10,94); }
div.DivClassName
{
background-color: #CF0A5E;
}
.BgClassName
{
background-color: #CF0A5E;
}
</style>
border-color css
<style>
span { border-color: #CF0A5E; }
span { border-color: rgb(207,10,94); }
td.TdClassName
{
border-color: #CF0A5E;
}
.TagClassName
{
border-color: #CF0A5E;
}
</style>