Shades of Ruby #CE0067
Tints of Ruby #CE0067
RGB
CMYK
RGB Variations
Color information
#CE0067 (or 0xCE0067) is known color: Ruby. HEX triplet: CE, 00 and 67. RGB value is (206,0,103). Sum of RGB (Red+Green+Blue) = 206+0+103=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0067 is #31FF98. Grayscale: #494949. Windows color (decimal): -3276697 or 6750414. OLE color: 6750414.
HSL color Cylindrical-coordinate representation of color #CE0067: hue angle of 330º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0067 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.50 | 0.19 |
| HSL | 330º | 1% | 0.4% | - |
| HSV(B) | 330º | 1% | 0.81% | - |
| XYZ | 27.9 | 14.1 | 14.08 | - |
| YUV | 73.34 | 144.75 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 103 | 0 | 1 | 0.50 | 0.19 | 330 | 1 | 0.4 |
| Hex | CE | 0 | 67 | 0 | 64 | 32 | 13 | 14A | 64 | 28 |
| Octal | 316 | 0 | 147 | 0 | 144 | 62 | 23 | 512 | 144 | 50 |
| Binary | 11001110 | 0 | 1100111 | 0 | 1100100 | 110010 | 10011 | 101001010 | 1100100 | 101000 |
Color Harmonies of #CE0067
Complementary color
Monochromatic Colors of #CE0067
Black with #CE0067
Text Example
Text Example
White with #CE0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0067; }
p { color: rgb(206,0,103); }
H1.HeaderClassName
{
color: #CE0067;
}
.AnyTagClassName
{
color: #CE0067;
}
</style>
background-color css
<style>
a { background-color: #CE0067; }
a { background-color: rgb(206,0,103); }
div.DivClassName
{
background-color: #CE0067;
}
.BgClassName
{
background-color: #CE0067;
}
</style>
border-color css
<style>
span { border-color: #CE0067; }
span { border-color: rgb(206,0,103); }
td.TdClassName
{
border-color: #CE0067;
}
.TagClassName
{
border-color: #CE0067;
}
</style>