Shades of Ruby #CC006D
Tints of Ruby #CC006D
RGB
CMYK
RGB Variations
Color information
#CC006D (or 0xCC006D) is known color: Ruby. HEX triplet: CC, 00 and 6D. RGB value is (204,0,109). Sum of RGB (Red+Green+Blue) = 204+0+109=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC006D is #33FF92. Grayscale: #494949. Windows color (decimal): -3407763 or 7143628. OLE color: 7143628.
HSL color Cylindrical-coordinate representation of color #CC006D: hue angle of 327.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC006D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.47 | 0.2 |
| HSL | 327.94º | 1% | 0.4% | - |
| HSV(B) | 327.94º | 1% | 0.8% | - |
| XYZ | 27.66 | 13.94 | 15.7 | - |
| YUV | 73.42 | 148.09 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 109 | 0 | 1 | 0.47 | 0.2 | 327.94 | 1 | 0.4 |
| Hex | CC | 0 | 6D | 0 | 64 | 2F | 14 | 148 | 64 | 28 |
| Octal | 314 | 0 | 155 | 0 | 144 | 57 | 24 | 510 | 144 | 50 |
| Binary | 11001100 | 0 | 1101101 | 0 | 1100100 | 101111 | 10100 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CC006D
Complementary color
Monochromatic Colors of #CC006D
Black with #CC006D
Text Example
Text Example
White with #CC006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC006D; }
p { color: rgb(204,0,109); }
H1.HeaderClassName
{
color: #CC006D;
}
.AnyTagClassName
{
color: #CC006D;
}
</style>
background-color css
<style>
a { background-color: #CC006D; }
a { background-color: rgb(204,0,109); }
div.DivClassName
{
background-color: #CC006D;
}
.BgClassName
{
background-color: #CC006D;
}
</style>
border-color css
<style>
span { border-color: #CC006D; }
span { border-color: rgb(204,0,109); }
td.TdClassName
{
border-color: #CC006D;
}
.TagClassName
{
border-color: #CC006D;
}
</style>