Shades of Ruby #CE036C
Tints of Ruby #CE036C
RGB
CMYK
RGB Variations
Color information
#CE036C (or 0xCE036C) is known color: Ruby. HEX triplet: CE, 03 and 6C. RGB value is (206,3,108). Sum of RGB (Red+Green+Blue) = 206+3+108=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE036C is #31FC93. Grayscale: #4B4B4B. Windows color (decimal): -3275924 or 7078862. OLE color: 7078862.
HSL color Cylindrical-coordinate representation of color #CE036C: hue angle of 328.97º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE036C is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.19 |
| HSL | 328.97º | 0.97% | 0.41% | - |
| HSV(B) | 328.97º | 0.99% | 0.81% | - |
| XYZ | 28.19 | 14.27 | 15.46 | - |
| YUV | 75.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 108 | 0 | 0.99 | 0.48 | 0.19 | 328.97 | 0.97 | 0.41 |
| Hex | CE | 3 | 6C | 0 | 63 | 30 | 13 | 149 | 61 | 29 |
| Octal | 316 | 3 | 154 | 0 | 143 | 60 | 23 | 511 | 141 | 51 |
| Binary | 11001110 | 11 | 1101100 | 0 | 1100011 | 110000 | 10011 | 101001001 | 1100001 | 101001 |
Color Harmonies of #CE036C
Complementary color
Monochromatic Colors of #CE036C
Black with #CE036C
Text Example
Text Example
White with #CE036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE036C; }
p { color: rgb(206,3,108); }
H1.HeaderClassName
{
color: #CE036C;
}
.AnyTagClassName
{
color: #CE036C;
}
</style>
background-color css
<style>
a { background-color: #CE036C; }
a { background-color: rgb(206,3,108); }
div.DivClassName
{
background-color: #CE036C;
}
.BgClassName
{
background-color: #CE036C;
}
</style>
border-color css
<style>
span { border-color: #CE036C; }
span { border-color: rgb(206,3,108); }
td.TdClassName
{
border-color: #CE036C;
}
.TagClassName
{
border-color: #CE036C;
}
</style>