Shades of Ruby #CC156C
Tints of Ruby #CC156C
RGB
CMYK
RGB Variations
Color information
#CC156C (or 0xCC156C) is known color: Ruby. HEX triplet: CC, 15 and 6C. RGB value is (204,21,108). Sum of RGB (Red+Green+Blue) = 204+21+108=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC156C is #33EA93. Grayscale: #555555. Windows color (decimal): -3402388 or 7083468. OLE color: 7083468.
HSL color Cylindrical-coordinate representation of color #CC156C: hue angle of 331.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC156C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 108 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.2 |
| HSL | 331.48º | 0.81% | 0.44% | - |
| HSV(B) | 331.48º | 0.9% | 0.8% | - |
| XYZ | 27.88 | 14.46 | 15.51 | - |
| YUV | 85.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 108 | 0 | 0.90 | 0.47 | 0.2 | 331.48 | 0.81 | 0.44 |
| Hex | CC | 15 | 6C | 0 | 5A | 2F | 14 | 14B | 51 | 2C |
| Octal | 314 | 25 | 154 | 0 | 132 | 57 | 24 | 513 | 121 | 54 |
| Binary | 11001100 | 10101 | 1101100 | 0 | 1011010 | 101111 | 10100 | 101001011 | 1010001 | 101100 |
Color Harmonies of #CC156C
Complementary color
Monochromatic Colors of #CC156C
Black with #CC156C
Text Example
Text Example
White with #CC156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC156C; }
p { color: rgb(204,21,108); }
H1.HeaderClassName
{
color: #CC156C;
}
.AnyTagClassName
{
color: #CC156C;
}
</style>
background-color css
<style>
a { background-color: #CC156C; }
a { background-color: rgb(204,21,108); }
div.DivClassName
{
background-color: #CC156C;
}
.BgClassName
{
background-color: #CC156C;
}
</style>
border-color css
<style>
span { border-color: #CC156C; }
span { border-color: rgb(204,21,108); }
td.TdClassName
{
border-color: #CC156C;
}
.TagClassName
{
border-color: #CC156C;
}
</style>