Shades of Ruby #CC1364
Tints of Ruby #CC1364
RGB
CMYK
RGB Variations
Color information
#CC1364 (or 0xCC1364) is known color: Ruby. HEX triplet: CC, 13 and 64. RGB value is (204,19,100). Sum of RGB (Red+Green+Blue) = 204+19+100=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1364 is #33EC9B. Grayscale: #535353. Windows color (decimal): -3402908 or 6558668. OLE color: 6558668.
HSL color Cylindrical-coordinate representation of color #CC1364: hue angle of 333.73º degrees, saturation: 0.83, 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 #CC1364 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 100 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.2 |
| HSL | 333.73º | 0.83% | 0.44% | - |
| HSV(B) | 333.73º | 0.91% | 0.8% | - |
| XYZ | 27.43 | 14.22 | 13.36 | - |
| YUV | 83.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 100 | 0 | 0.91 | 0.51 | 0.2 | 333.73 | 0.83 | 0.44 |
| Hex | CC | 13 | 64 | 0 | 5B | 33 | 14 | 14E | 53 | 2C |
| Octal | 314 | 23 | 144 | 0 | 133 | 63 | 24 | 516 | 123 | 54 |
| Binary | 11001100 | 10011 | 1100100 | 0 | 1011011 | 110011 | 10100 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CC1364
Complementary color
Monochromatic Colors of #CC1364
Black with #CC1364
Text Example
Text Example
White with #CC1364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1364; }
p { color: rgb(204,19,100); }
H1.HeaderClassName
{
color: #CC1364;
}
.AnyTagClassName
{
color: #CC1364;
}
</style>
background-color css
<style>
a { background-color: #CC1364; }
a { background-color: rgb(204,19,100); }
div.DivClassName
{
background-color: #CC1364;
}
.BgClassName
{
background-color: #CC1364;
}
</style>
border-color css
<style>
span { border-color: #CC1364; }
span { border-color: rgb(204,19,100); }
td.TdClassName
{
border-color: #CC1364;
}
.TagClassName
{
border-color: #CC1364;
}
</style>