Shades of Ruby #CC205B
Tints of Ruby #CC205B
RGB
CMYK
RGB Variations
Color information
#CC205B (or 0xCC205B) is known color: Ruby. HEX triplet: CC, 20 and 5B. RGB value is (204,32,91). Sum of RGB (Red+Green+Blue) = 204+32+91=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC205B is #33DFA4. Grayscale: #5A5A5A. Windows color (decimal): -3399589 or 5972172. OLE color: 5972172.
HSL color Cylindrical-coordinate representation of color #CC205B: hue angle of 339.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC205B is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 91 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.2 |
| HSL | 339.42º | 0.73% | 0.46% | - |
| HSV(B) | 339.42º | 0.84% | 0.8% | - |
| XYZ | 27.31 | 14.63 | 11.28 | - |
| YUV | 90.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 91 | 0 | 0.84 | 0.55 | 0.2 | 339.42 | 0.73 | 0.46 |
| Hex | CC | 20 | 5B | 0 | 54 | 37 | 14 | 153 | 49 | 2E |
| Octal | 314 | 40 | 133 | 0 | 124 | 67 | 24 | 523 | 111 | 56 |
| Binary | 11001100 | 100000 | 1011011 | 0 | 1010100 | 110111 | 10100 | 101010011 | 1001001 | 101110 |
Color Harmonies of #CC205B
Complementary color
Monochromatic Colors of #CC205B
Black with #CC205B
Text Example
Text Example
White with #CC205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC205B; }
p { color: rgb(204,32,91); }
H1.HeaderClassName
{
color: #CC205B;
}
.AnyTagClassName
{
color: #CC205B;
}
</style>
background-color css
<style>
a { background-color: #CC205B; }
a { background-color: rgb(204,32,91); }
div.DivClassName
{
background-color: #CC205B;
}
.BgClassName
{
background-color: #CC205B;
}
</style>
border-color css
<style>
span { border-color: #CC205B; }
span { border-color: rgb(204,32,91); }
td.TdClassName
{
border-color: #CC205B;
}
.TagClassName
{
border-color: #CC205B;
}
</style>