Shades of Ruby #CC046D
Tints of Ruby #CC046D
RGB
CMYK
RGB Variations
Color information
#CC046D (or 0xCC046D) is known color: Ruby. HEX triplet: CC, 04 and 6D. RGB value is (204,4,109). Sum of RGB (Red+Green+Blue) = 204+4+109=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC046D is #33FB92. Grayscale: #4B4B4B. Windows color (decimal): -3406739 or 7144652. OLE color: 7144652.
HSL color Cylindrical-coordinate representation of color #CC046D: hue angle of 328.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC046D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 109 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.2 |
| HSL | 328.5º | 0.96% | 0.41% | - |
| HSV(B) | 328.5º | 0.98% | 0.8% | - |
| XYZ | 27.71 | 14.03 | 15.72 | - |
| YUV | 75.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 109 | 0 | 0.98 | 0.47 | 0.2 | 328.5 | 0.96 | 0.41 |
| Hex | CC | 4 | 6D | 0 | 62 | 2F | 14 | 148 | 60 | 29 |
| Octal | 314 | 4 | 155 | 0 | 142 | 57 | 24 | 510 | 140 | 51 |
| Binary | 11001100 | 100 | 1101101 | 0 | 1100010 | 101111 | 10100 | 101001000 | 1100000 | 101001 |
Color Harmonies of #CC046D
Complementary color
Monochromatic Colors of #CC046D
Black with #CC046D
Text Example
Text Example
White with #CC046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC046D; }
p { color: rgb(204,4,109); }
H1.HeaderClassName
{
color: #CC046D;
}
.AnyTagClassName
{
color: #CC046D;
}
</style>
background-color css
<style>
a { background-color: #CC046D; }
a { background-color: rgb(204,4,109); }
div.DivClassName
{
background-color: #CC046D;
}
.BgClassName
{
background-color: #CC046D;
}
</style>
border-color css
<style>
span { border-color: #CC046D; }
span { border-color: rgb(204,4,109); }
td.TdClassName
{
border-color: #CC046D;
}
.TagClassName
{
border-color: #CC046D;
}
</style>