Shades of Ruby #CC095F
Tints of Ruby #CC095F
RGB
CMYK
RGB Variations
Color information
#CC095F (or 0xCC095F) is known color: Ruby. HEX triplet: CC, 09 and 5F. RGB value is (204,9,95). Sum of RGB (Red+Green+Blue) = 204+9+95=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC095F is #33F6A0. Grayscale: #4C4C4C. Windows color (decimal): -3405473 or 6228428. OLE color: 6228428.
HSL color Cylindrical-coordinate representation of color #CC095F: hue angle of 333.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC095F is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.2 |
| HSL | 333.54º | 0.92% | 0.42% | - |
| HSV(B) | 333.54º | 0.96% | 0.8% | - |
| XYZ | 27.07 | 13.86 | 12.08 | - |
| YUV | 77.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 95 | 0 | 0.96 | 0.53 | 0.2 | 333.54 | 0.92 | 0.42 |
| Hex | CC | 9 | 5F | 0 | 60 | 35 | 14 | 14E | 5C | 2A |
| Octal | 314 | 11 | 137 | 0 | 140 | 65 | 24 | 516 | 134 | 52 |
| Binary | 11001100 | 1001 | 1011111 | 0 | 1100000 | 110101 | 10100 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CC095F
Complementary color
Monochromatic Colors of #CC095F
Black with #CC095F
Text Example
Text Example
White with #CC095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC095F; }
p { color: rgb(204,9,95); }
H1.HeaderClassName
{
color: #CC095F;
}
.AnyTagClassName
{
color: #CC095F;
}
</style>
background-color css
<style>
a { background-color: #CC095F; }
a { background-color: rgb(204,9,95); }
div.DivClassName
{
background-color: #CC095F;
}
.BgClassName
{
background-color: #CC095F;
}
</style>
border-color css
<style>
span { border-color: #CC095F; }
span { border-color: rgb(204,9,95); }
td.TdClassName
{
border-color: #CC095F;
}
.TagClassName
{
border-color: #CC095F;
}
</style>