Shades of Ruby #CC1C68
Tints of Ruby #CC1C68
RGB
CMYK
RGB Variations
Color information
#CC1C68 (or 0xCC1C68) is known color: Ruby. HEX triplet: CC, 1C and 68. RGB value is (204,28,104). Sum of RGB (Red+Green+Blue) = 204+28+104=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C68 is #33E397. Grayscale: #595959. Windows color (decimal): -3400600 or 6823116. OLE color: 6823116.
HSL color Cylindrical-coordinate representation of color #CC1C68: hue angle of 334.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C68 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 104 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.2 |
| HSL | 334.09º | 0.76% | 0.45% | - |
| HSV(B) | 334.09º | 0.86% | 0.8% | - |
| XYZ | 27.82 | 14.67 | 14.46 | - |
| YUV | 89.29 | 136.31 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 104 | 0 | 0.86 | 0.49 | 0.2 | 334.09 | 0.76 | 0.45 |
| Hex | CC | 1C | 68 | 0 | 56 | 31 | 14 | 14E | 4C | 2D |
| Octal | 314 | 34 | 150 | 0 | 126 | 61 | 24 | 516 | 114 | 55 |
| Binary | 11001100 | 11100 | 1101000 | 0 | 1010110 | 110001 | 10100 | 101001110 | 1001100 | 101101 |
Color Harmonies of #CC1C68
Complementary color
Monochromatic Colors of #CC1C68
Black with #CC1C68
Text Example
Text Example
White with #CC1C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C68; }
p { color: rgb(204,28,104); }
H1.HeaderClassName
{
color: #CC1C68;
}
.AnyTagClassName
{
color: #CC1C68;
}
</style>
background-color css
<style>
a { background-color: #CC1C68; }
a { background-color: rgb(204,28,104); }
div.DivClassName
{
background-color: #CC1C68;
}
.BgClassName
{
background-color: #CC1C68;
}
</style>
border-color css
<style>
span { border-color: #CC1C68; }
span { border-color: rgb(204,28,104); }
td.TdClassName
{
border-color: #CC1C68;
}
.TagClassName
{
border-color: #CC1C68;
}
</style>