Shades of Ruby #CE075C
Tints of Ruby #CE075C
RGB
CMYK
RGB Variations
Color information
#CE075C (or 0xCE075C) is known color: Ruby. HEX triplet: CE, 07 and 5C. RGB value is (206,7,92). Sum of RGB (Red+Green+Blue) = 206+7+92=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE075C is #31F8A3. Grayscale: #4C4C4C. Windows color (decimal): -3274916 or 6031310. OLE color: 6031310.
HSL color Cylindrical-coordinate representation of color #CE075C: hue angle of 334.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE075C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.19 |
| HSL | 334.37º | 0.93% | 0.42% | - |
| HSV(B) | 334.37º | 0.97% | 0.81% | - |
| XYZ | 27.46 | 14.05 | 11.39 | - |
| YUV | 76.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 92 | 0 | 0.97 | 0.55 | 0.19 | 334.37 | 0.93 | 0.42 |
| Hex | CE | 7 | 5C | 0 | 61 | 37 | 13 | 14E | 5D | 2A |
| Octal | 316 | 7 | 134 | 0 | 141 | 67 | 23 | 516 | 135 | 52 |
| Binary | 11001110 | 111 | 1011100 | 0 | 1100001 | 110111 | 10011 | 101001110 | 1011101 | 101010 |
Color Harmonies of #CE075C
Complementary color
Monochromatic Colors of #CE075C
Black with #CE075C
Text Example
Text Example
White with #CE075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE075C; }
p { color: rgb(206,7,92); }
H1.HeaderClassName
{
color: #CE075C;
}
.AnyTagClassName
{
color: #CE075C;
}
</style>
background-color css
<style>
a { background-color: #CE075C; }
a { background-color: rgb(206,7,92); }
div.DivClassName
{
background-color: #CE075C;
}
.BgClassName
{
background-color: #CE075C;
}
</style>
border-color css
<style>
span { border-color: #CE075C; }
span { border-color: rgb(206,7,92); }
td.TdClassName
{
border-color: #CE075C;
}
.TagClassName
{
border-color: #CE075C;
}
</style>