Shades of Ruby #CF1E5C
Tints of Ruby #CF1E5C
RGB
CMYK
RGB Variations
Color information
#CF1E5C (or 0xCF1E5C) is known color: Ruby. HEX triplet: CF, 1E and 5C. RGB value is (207,30,92). Sum of RGB (Red+Green+Blue) = 207+30+92=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1E5C is #30E1A3. Grayscale: #595959. Windows color (decimal): -3203492 or 6037199. OLE color: 6037199.
HSL color Cylindrical-coordinate representation of color #CF1E5C: hue angle of 338.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E5C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 92 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.19 |
| HSL | 338.98º | 0.75% | 0.46% | - |
| HSV(B) | 338.98º | 0.86% | 0.81% | - |
| XYZ | 28.13 | 14.97 | 11.53 | - |
| YUV | 89.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 92 | 0 | 0.86 | 0.56 | 0.19 | 338.98 | 0.75 | 0.46 |
| Hex | CF | 1E | 5C | 0 | 56 | 38 | 13 | 153 | 4B | 2E |
| Octal | 317 | 36 | 134 | 0 | 126 | 70 | 23 | 523 | 113 | 56 |
| Binary | 11001111 | 11110 | 1011100 | 0 | 1010110 | 111000 | 10011 | 101010011 | 1001011 | 101110 |
Color Harmonies of #CF1E5C
Complementary color
Monochromatic Colors of #CF1E5C
Black with #CF1E5C
Text Example
Text Example
White with #CF1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E5C; }
p { color: rgb(207,30,92); }
H1.HeaderClassName
{
color: #CF1E5C;
}
.AnyTagClassName
{
color: #CF1E5C;
}
</style>
background-color css
<style>
a { background-color: #CF1E5C; }
a { background-color: rgb(207,30,92); }
div.DivClassName
{
background-color: #CF1E5C;
}
.BgClassName
{
background-color: #CF1E5C;
}
</style>
border-color css
<style>
span { border-color: #CF1E5C; }
span { border-color: rgb(207,30,92); }
td.TdClassName
{
border-color: #CF1E5C;
}
.TagClassName
{
border-color: #CF1E5C;
}
</style>