Shades of Ruby #CC1D6A
Tints of Ruby #CC1D6A
RGB
CMYK
RGB Variations
Color information
#CC1D6A (or 0xCC1D6A) is known color: Ruby. HEX triplet: CC, 1D and 6A. RGB value is (204,29,106). Sum of RGB (Red+Green+Blue) = 204+29+106=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D6A is #33E295. Grayscale: #595959. Windows color (decimal): -3400342 or 6954444. OLE color: 6954444.
HSL color Cylindrical-coordinate representation of color #CC1D6A: hue angle of 333.6º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D6A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 106 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.2 |
| HSL | 333.6º | 0.75% | 0.46% | - |
| HSV(B) | 333.6º | 0.86% | 0.8% | - |
| XYZ | 27.94 | 14.76 | 15.01 | - |
| YUV | 90.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 106 | 0 | 0.86 | 0.48 | 0.2 | 333.6 | 0.75 | 0.46 |
| Hex | CC | 1D | 6A | 0 | 56 | 30 | 14 | 14E | 4B | 2E |
| Octal | 314 | 35 | 152 | 0 | 126 | 60 | 24 | 516 | 113 | 56 |
| Binary | 11001100 | 11101 | 1101010 | 0 | 1010110 | 110000 | 10100 | 101001110 | 1001011 | 101110 |
Color Harmonies of #CC1D6A
Complementary color
Monochromatic Colors of #CC1D6A
Black with #CC1D6A
Text Example
Text Example
White with #CC1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D6A; }
p { color: rgb(204,29,106); }
H1.HeaderClassName
{
color: #CC1D6A;
}
.AnyTagClassName
{
color: #CC1D6A;
}
</style>
background-color css
<style>
a { background-color: #CC1D6A; }
a { background-color: rgb(204,29,106); }
div.DivClassName
{
background-color: #CC1D6A;
}
.BgClassName
{
background-color: #CC1D6A;
}
</style>
border-color css
<style>
span { border-color: #CC1D6A; }
span { border-color: rgb(204,29,106); }
td.TdClassName
{
border-color: #CC1D6A;
}
.TagClassName
{
border-color: #CC1D6A;
}
</style>