Shades of Ruby #CC006C
Tints of Ruby #CC006C
RGB
CMYK
RGB Variations
Color information
#CC006C (or 0xCC006C) is known color: Ruby. HEX triplet: CC, 00 and 6C. RGB value is (204,0,108). Sum of RGB (Red+Green+Blue) = 204+0+108=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC006C is #33FF93. Grayscale: #494949. Windows color (decimal): -3407764 or 7078092. OLE color: 7078092.
HSL color Cylindrical-coordinate representation of color #CC006C: hue angle of 328.24º 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 #CC006C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.47 | 0.2 |
| HSL | 328.24º | 1% | 0.4% | - |
| HSV(B) | 328.24º | 1% | 0.8% | - |
| XYZ | 27.61 | 13.92 | 15.42 | - |
| YUV | 73.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 108 | 0 | 1 | 0.47 | 0.2 | 328.24 | 1 | 0.4 |
| Hex | CC | 0 | 6C | 0 | 64 | 2F | 14 | 148 | 64 | 28 |
| Octal | 314 | 0 | 154 | 0 | 144 | 57 | 24 | 510 | 144 | 50 |
| Binary | 11001100 | 0 | 1101100 | 0 | 1100100 | 101111 | 10100 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CC006C
Complementary color
Monochromatic Colors of #CC006C
Black with #CC006C
Text Example
Text Example
White with #CC006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC006C; }
p { color: rgb(204,0,108); }
H1.HeaderClassName
{
color: #CC006C;
}
.AnyTagClassName
{
color: #CC006C;
}
</style>
background-color css
<style>
a { background-color: #CC006C; }
a { background-color: rgb(204,0,108); }
div.DivClassName
{
background-color: #CC006C;
}
.BgClassName
{
background-color: #CC006C;
}
</style>
border-color css
<style>
span { border-color: #CC006C; }
span { border-color: rgb(204,0,108); }
td.TdClassName
{
border-color: #CC006C;
}
.TagClassName
{
border-color: #CC006C;
}
</style>