Shades of Ruby #CC096D
Tints of Ruby #CC096D
RGB
CMYK
RGB Variations
Color information
#CC096D (or 0xCC096D) is known color: Ruby. HEX triplet: CC, 09 and 6D. RGB value is (204,9,109). Sum of RGB (Red+Green+Blue) = 204+9+109=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC096D is #33F692. Grayscale: #4E4E4E. Windows color (decimal): -3405459 or 7145932. OLE color: 7145932.
HSL color Cylindrical-coordinate representation of color #CC096D: hue angle of 329.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC096D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.2 |
| HSL | 329.23º | 0.92% | 0.42% | - |
| HSV(B) | 329.23º | 0.96% | 0.8% | - |
| XYZ | 27.76 | 14.14 | 15.73 | - |
| YUV | 78.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 109 | 0 | 0.96 | 0.47 | 0.2 | 329.23 | 0.92 | 0.42 |
| Hex | CC | 9 | 6D | 0 | 60 | 2F | 14 | 149 | 5C | 2A |
| Octal | 314 | 11 | 155 | 0 | 140 | 57 | 24 | 511 | 134 | 52 |
| Binary | 11001100 | 1001 | 1101101 | 0 | 1100000 | 101111 | 10100 | 101001001 | 1011100 | 101010 |
Color Harmonies of #CC096D
Complementary color
Monochromatic Colors of #CC096D
Black with #CC096D
Text Example
Text Example
White with #CC096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC096D; }
p { color: rgb(204,9,109); }
H1.HeaderClassName
{
color: #CC096D;
}
.AnyTagClassName
{
color: #CC096D;
}
</style>
background-color css
<style>
a { background-color: #CC096D; }
a { background-color: rgb(204,9,109); }
div.DivClassName
{
background-color: #CC096D;
}
.BgClassName
{
background-color: #CC096D;
}
</style>
border-color css
<style>
span { border-color: #CC096D; }
span { border-color: rgb(204,9,109); }
td.TdClassName
{
border-color: #CC096D;
}
.TagClassName
{
border-color: #CC096D;
}
</style>