Shades of Ruby #CC1264
Tints of Ruby #CC1264
RGB
CMYK
RGB Variations
Color information
#CC1264 (or 0xCC1264) is known color: Ruby. HEX triplet: CC, 12 and 64. RGB value is (204,18,100). Sum of RGB (Red+Green+Blue) = 204+18+100=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1264 is #33ED9B. Grayscale: #525252. Windows color (decimal): -3403164 or 6558412. OLE color: 6558412.
HSL color Cylindrical-coordinate representation of color #CC1264: hue angle of 333.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1264 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 100 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.2 |
| HSL | 333.55º | 0.84% | 0.44% | - |
| HSV(B) | 333.55º | 0.91% | 0.8% | - |
| XYZ | 27.42 | 14.19 | 13.35 | - |
| YUV | 82.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 100 | 0 | 0.91 | 0.51 | 0.2 | 333.55 | 0.84 | 0.44 |
| Hex | CC | 12 | 64 | 0 | 5B | 33 | 14 | 14E | 54 | 2C |
| Octal | 314 | 22 | 144 | 0 | 133 | 63 | 24 | 516 | 124 | 54 |
| Binary | 11001100 | 10010 | 1100100 | 0 | 1011011 | 110011 | 10100 | 101001110 | 1010100 | 101100 |
Color Harmonies of #CC1264
Complementary color
Monochromatic Colors of #CC1264
Black with #CC1264
Text Example
Text Example
White with #CC1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1264; }
p { color: rgb(204,18,100); }
H1.HeaderClassName
{
color: #CC1264;
}
.AnyTagClassName
{
color: #CC1264;
}
</style>
background-color css
<style>
a { background-color: #CC1264; }
a { background-color: rgb(204,18,100); }
div.DivClassName
{
background-color: #CC1264;
}
.BgClassName
{
background-color: #CC1264;
}
</style>
border-color css
<style>
span { border-color: #CC1264; }
span { border-color: rgb(204,18,100); }
td.TdClassName
{
border-color: #CC1264;
}
.TagClassName
{
border-color: #CC1264;
}
</style>