Shades of Ruby #CC0D64
Tints of Ruby #CC0D64
RGB
CMYK
RGB Variations
Color information
#CC0D64 (or 0xCC0D64) is known color: Ruby. HEX triplet: CC, 0D and 64. RGB value is (204,13,100). Sum of RGB (Red+Green+Blue) = 204+13+100=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D64 is #33F29B. Grayscale: #4F4F4F. Windows color (decimal): -3404444 or 6557132. OLE color: 6557132.
HSL color Cylindrical-coordinate representation of color #CC0D64: hue angle of 332.67º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D64 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 100 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.2 |
| HSL | 332.67º | 0.88% | 0.43% | - |
| HSV(B) | 332.67º | 0.94% | 0.8% | - |
| XYZ | 27.35 | 14.05 | 13.33 | - |
| YUV | 80.03 | 139.28 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 100 | 0 | 0.94 | 0.51 | 0.2 | 332.67 | 0.88 | 0.43 |
| Hex | CC | D | 64 | 0 | 5E | 33 | 14 | 14D | 58 | 2B |
| Octal | 314 | 15 | 144 | 0 | 136 | 63 | 24 | 515 | 130 | 53 |
| Binary | 11001100 | 1101 | 1100100 | 0 | 1011110 | 110011 | 10100 | 101001101 | 1011000 | 101011 |
Color Harmonies of #CC0D64
Complementary color
Monochromatic Colors of #CC0D64
Black with #CC0D64
Text Example
Text Example
White with #CC0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D64; }
p { color: rgb(204,13,100); }
H1.HeaderClassName
{
color: #CC0D64;
}
.AnyTagClassName
{
color: #CC0D64;
}
</style>
background-color css
<style>
a { background-color: #CC0D64; }
a { background-color: rgb(204,13,100); }
div.DivClassName
{
background-color: #CC0D64;
}
.BgClassName
{
background-color: #CC0D64;
}
</style>
border-color css
<style>
span { border-color: #CC0D64; }
span { border-color: rgb(204,13,100); }
td.TdClassName
{
border-color: #CC0D64;
}
.TagClassName
{
border-color: #CC0D64;
}
</style>