Shades of Ruby #CD1C67
Tints of Ruby #CD1C67
RGB
CMYK
RGB Variations
Color information
#CD1C67 (or 0xCD1C67) is known color: Ruby. HEX triplet: CD, 1C and 67. RGB value is (205,28,103). Sum of RGB (Red+Green+Blue) = 205+28+103=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C67 is #32E398. Grayscale: #595959. Windows color (decimal): -3335065 or 6757581. OLE color: 6757581.
HSL color Cylindrical-coordinate representation of color #CD1C67: hue angle of 334.58º degrees, saturation: 0.76, 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 #CD1C67 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 28 | 103 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.20 |
| HSL | 334.58º | 0.76% | 0.46% | - |
| HSV(B) | 334.58º | 0.86% | 0.8% | - |
| XYZ | 28.04 | 14.79 | 14.21 | - |
| YUV | 89.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 28 | 103 | 0 | 0.86 | 0.50 | 0.20 | 334.58 | 0.76 | 0.46 |
| Hex | CD | 1C | 67 | 0 | 56 | 32 | 14 | 14F | 4C | 2E |
| Octal | 315 | 34 | 147 | 0 | 126 | 62 | 24 | 517 | 114 | 56 |
| Binary | 11001101 | 11100 | 1100111 | 0 | 1010110 | 110010 | 10100 | 101001111 | 1001100 | 101110 |
Color Harmonies of #CD1C67
Complementary color
Monochromatic Colors of #CD1C67
Black with #CD1C67
Text Example
Text Example
White with #CD1C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1C67; }
p { color: rgb(205,28,103); }
H1.HeaderClassName
{
color: #CD1C67;
}
.AnyTagClassName
{
color: #CD1C67;
}
</style>
background-color css
<style>
a { background-color: #CD1C67; }
a { background-color: rgb(205,28,103); }
div.DivClassName
{
background-color: #CD1C67;
}
.BgClassName
{
background-color: #CD1C67;
}
</style>
border-color css
<style>
span { border-color: #CD1C67; }
span { border-color: rgb(205,28,103); }
td.TdClassName
{
border-color: #CD1C67;
}
.TagClassName
{
border-color: #CD1C67;
}
</style>