Shades of Ruby #CC096C
Tints of Ruby #CC096C
RGB
CMYK
RGB Variations
Color information
#CC096C (or 0xCC096C) is known color: Ruby. HEX triplet: CC, 09 and 6C. RGB value is (204,9,108). Sum of RGB (Red+Green+Blue) = 204+9+108=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC096C is #33F693. Grayscale: #4E4E4E. Windows color (decimal): -3405460 or 7080396. OLE color: 7080396.
HSL color Cylindrical-coordinate representation of color #CC096C: hue angle of 329.54º 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 #CC096C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.2 |
| HSL | 329.54º | 0.92% | 0.42% | - |
| HSV(B) | 329.54º | 0.96% | 0.8% | - |
| XYZ | 27.71 | 14.12 | 15.45 | - |
| YUV | 78.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 108 | 0 | 0.96 | 0.47 | 0.2 | 329.54 | 0.92 | 0.42 |
| Hex | CC | 9 | 6C | 0 | 60 | 2F | 14 | 14A | 5C | 2A |
| Octal | 314 | 11 | 154 | 0 | 140 | 57 | 24 | 512 | 134 | 52 |
| Binary | 11001100 | 1001 | 1101100 | 0 | 1100000 | 101111 | 10100 | 101001010 | 1011100 | 101010 |
Color Harmonies of #CC096C
Complementary color
Monochromatic Colors of #CC096C
Black with #CC096C
Text Example
Text Example
White with #CC096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC096C; }
p { color: rgb(204,9,108); }
H1.HeaderClassName
{
color: #CC096C;
}
.AnyTagClassName
{
color: #CC096C;
}
</style>
background-color css
<style>
a { background-color: #CC096C; }
a { background-color: rgb(204,9,108); }
div.DivClassName
{
background-color: #CC096C;
}
.BgClassName
{
background-color: #CC096C;
}
</style>
border-color css
<style>
span { border-color: #CC096C; }
span { border-color: rgb(204,9,108); }
td.TdClassName
{
border-color: #CC096C;
}
.TagClassName
{
border-color: #CC096C;
}
</style>