Shades of Ruby #CF145E
Tints of Ruby #CF145E
RGB
CMYK
RGB Variations
Color information
#CF145E (or 0xCF145E) is known color: Ruby. HEX triplet: CF, 14 and 5E. RGB value is (207,20,94). Sum of RGB (Red+Green+Blue) = 207+20+94=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF145E is #30EBA1. Grayscale: #545454. Windows color (decimal): -3206050 or 6165711. OLE color: 6165711.
HSL color Cylindrical-coordinate representation of color #CF145E: hue angle of 336.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF145E is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 94 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.19 |
| HSL | 336.26º | 0.82% | 0.45% | - |
| HSV(B) | 336.26º | 0.9% | 0.81% | - |
| XYZ | 28 | 14.57 | 11.93 | - |
| YUV | 84.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 94 | 0 | 0.90 | 0.55 | 0.19 | 336.26 | 0.82 | 0.45 |
| Hex | CF | 14 | 5E | 0 | 5A | 37 | 13 | 150 | 52 | 2D |
| Octal | 317 | 24 | 136 | 0 | 132 | 67 | 23 | 520 | 122 | 55 |
| Binary | 11001111 | 10100 | 1011110 | 0 | 1011010 | 110111 | 10011 | 101010000 | 1010010 | 101101 |
Color Harmonies of #CF145E
Complementary color
Monochromatic Colors of #CF145E
Black with #CF145E
Text Example
Text Example
White with #CF145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF145E; }
p { color: rgb(207,20,94); }
H1.HeaderClassName
{
color: #CF145E;
}
.AnyTagClassName
{
color: #CF145E;
}
</style>
background-color css
<style>
a { background-color: #CF145E; }
a { background-color: rgb(207,20,94); }
div.DivClassName
{
background-color: #CF145E;
}
.BgClassName
{
background-color: #CF145E;
}
</style>
border-color css
<style>
span { border-color: #CF145E; }
span { border-color: rgb(207,20,94); }
td.TdClassName
{
border-color: #CF145E;
}
.TagClassName
{
border-color: #CF145E;
}
</style>