Shades of Ruby #CC1465
Tints of Ruby #CC1465
RGB
CMYK
RGB Variations
Color information
#CC1465 (or 0xCC1465) is known color: Ruby. HEX triplet: CC, 14 and 65. RGB value is (204,20,101). Sum of RGB (Red+Green+Blue) = 204+20+101=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1465 is #33EB9A. Grayscale: #545454. Windows color (decimal): -3402651 or 6624460. OLE color: 6624460.
HSL color Cylindrical-coordinate representation of color #CC1465: hue angle of 333.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1465 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 101 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.2 |
| HSL | 333.59º | 0.82% | 0.44% | - |
| HSV(B) | 333.59º | 0.9% | 0.8% | - |
| XYZ | 27.5 | 14.28 | 13.62 | - |
| YUV | 84.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 101 | 0 | 0.90 | 0.50 | 0.2 | 333.59 | 0.82 | 0.44 |
| Hex | CC | 14 | 65 | 0 | 5A | 32 | 14 | 14E | 52 | 2C |
| Octal | 314 | 24 | 145 | 0 | 132 | 62 | 24 | 516 | 122 | 54 |
| Binary | 11001100 | 10100 | 1100101 | 0 | 1011010 | 110010 | 10100 | 101001110 | 1010010 | 101100 |
Color Harmonies of #CC1465
Complementary color
Monochromatic Colors of #CC1465
Black with #CC1465
Text Example
Text Example
White with #CC1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1465; }
p { color: rgb(204,20,101); }
H1.HeaderClassName
{
color: #CC1465;
}
.AnyTagClassName
{
color: #CC1465;
}
</style>
background-color css
<style>
a { background-color: #CC1465; }
a { background-color: rgb(204,20,101); }
div.DivClassName
{
background-color: #CC1465;
}
.BgClassName
{
background-color: #CC1465;
}
</style>
border-color css
<style>
span { border-color: #CC1465; }
span { border-color: rgb(204,20,101); }
td.TdClassName
{
border-color: #CC1465;
}
.TagClassName
{
border-color: #CC1465;
}
</style>