Shades of Medium Violet Red #CC069F
Tints of Medium Violet Red #CC069F
RGB
CMYK
RGB Variations
Color information
#CC069F (or 0xCC069F) is known color: Medium Violet Red. HEX triplet: CC, 06 and 9F. RGB value is (204,6,159). Sum of RGB (Red+Green+Blue) = 204+6+159=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC069F is #33F960. Grayscale: #525252. Windows color (decimal): -3406177 or 10421964. OLE color: 10421964.
HSL color Cylindrical-coordinate representation of color #CC069F: hue angle of 313.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC069F is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.2 |
| HSL | 313.64º | 0.94% | 0.41% | - |
| HSV(B) | 313.64º | 0.97% | 0.8% | - |
| XYZ | 31.22 | 15.47 | 34.14 | - |
| YUV | 82.64 | 171.1 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 159 | 0 | 0.97 | 0.22 | 0.2 | 313.64 | 0.94 | 0.41 |
| Hex | CC | 6 | 9F | 0 | 61 | 16 | 14 | 13A | 5E | 29 |
| Octal | 314 | 6 | 237 | 0 | 141 | 26 | 24 | 472 | 136 | 51 |
| Binary | 11001100 | 110 | 10011111 | 0 | 1100001 | 10110 | 10100 | 100111010 | 1011110 | 101001 |
Color Harmonies of #CC069F
Complementary color
Monochromatic Colors of #CC069F
Black with #CC069F
Text Example
Text Example
White with #CC069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC069F; }
p { color: rgb(204,6,159); }
H1.HeaderClassName
{
color: #CC069F;
}
.AnyTagClassName
{
color: #CC069F;
}
</style>
background-color css
<style>
a { background-color: #CC069F; }
a { background-color: rgb(204,6,159); }
div.DivClassName
{
background-color: #CC069F;
}
.BgClassName
{
background-color: #CC069F;
}
</style>
border-color css
<style>
span { border-color: #CC069F; }
span { border-color: rgb(204,6,159); }
td.TdClassName
{
border-color: #CC069F;
}
.TagClassName
{
border-color: #CC069F;
}
</style>