Shades of Ruby #CF145D
Tints of Ruby #CF145D
RGB
CMYK
RGB Variations
Color information
#CF145D (or 0xCF145D) is known color: Ruby. HEX triplet: CF, 14 and 5D. RGB value is (207,20,93). Sum of RGB (Red+Green+Blue) = 207+20+93=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF145D is #30EBA2. Grayscale: #545454. Windows color (decimal): -3206051 or 6100175. OLE color: 6100175.
HSL color Cylindrical-coordinate representation of color #CF145D: hue angle of 336.58º 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 #CF145D is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 93 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.19 |
| HSL | 336.58º | 0.82% | 0.45% | - |
| HSV(B) | 336.58º | 0.9% | 0.81% | - |
| XYZ | 27.96 | 14.56 | 11.69 | - |
| YUV | 84.24 | 132.95 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 93 | 0 | 0.90 | 0.55 | 0.19 | 336.58 | 0.82 | 0.45 |
| Hex | CF | 14 | 5D | 0 | 5A | 37 | 13 | 151 | 52 | 2D |
| Octal | 317 | 24 | 135 | 0 | 132 | 67 | 23 | 521 | 122 | 55 |
| Binary | 11001111 | 10100 | 1011101 | 0 | 1011010 | 110111 | 10011 | 101010001 | 1010010 | 101101 |
Color Harmonies of #CF145D
Complementary color
Monochromatic Colors of #CF145D
Black with #CF145D
Text Example
Text Example
White with #CF145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF145D; }
p { color: rgb(207,20,93); }
H1.HeaderClassName
{
color: #CF145D;
}
.AnyTagClassName
{
color: #CF145D;
}
</style>
background-color css
<style>
a { background-color: #CF145D; }
a { background-color: rgb(207,20,93); }
div.DivClassName
{
background-color: #CF145D;
}
.BgClassName
{
background-color: #CF145D;
}
</style>
border-color css
<style>
span { border-color: #CF145D; }
span { border-color: rgb(207,20,93); }
td.TdClassName
{
border-color: #CF145D;
}
.TagClassName
{
border-color: #CF145D;
}
</style>