Shades of Medium Violet Red #CF069D
Tints of Medium Violet Red #CF069D
RGB
CMYK
RGB Variations
Color information
#CF069D (or 0xCF069D) is known color: Medium Violet Red. HEX triplet: CF, 06 and 9D. RGB value is (207,6,157). Sum of RGB (Red+Green+Blue) = 207+6+157=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF069D is #30F962. Grayscale: #525252. Windows color (decimal): -3209571 or 10290895. OLE color: 10290895.
HSL color Cylindrical-coordinate representation of color #CF069D: hue angle of 314.93º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF069D is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.19 |
| HSL | 314.93º | 0.94% | 0.42% | - |
| HSV(B) | 314.93º | 0.97% | 0.81% | - |
| XYZ | 31.88 | 15.83 | 33.27 | - |
| YUV | 83.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 157 | 0 | 0.97 | 0.24 | 0.19 | 314.93 | 0.94 | 0.42 |
| Hex | CF | 6 | 9D | 0 | 61 | 18 | 13 | 13B | 5E | 2A |
| Octal | 317 | 6 | 235 | 0 | 141 | 30 | 23 | 473 | 136 | 52 |
| Binary | 11001111 | 110 | 10011101 | 0 | 1100001 | 11000 | 10011 | 100111011 | 1011110 | 101010 |
Color Harmonies of #CF069D
Complementary color
Monochromatic Colors of #CF069D
Black with #CF069D
Text Example
Text Example
White with #CF069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF069D; }
p { color: rgb(207,6,157); }
H1.HeaderClassName
{
color: #CF069D;
}
.AnyTagClassName
{
color: #CF069D;
}
</style>
background-color css
<style>
a { background-color: #CF069D; }
a { background-color: rgb(207,6,157); }
div.DivClassName
{
background-color: #CF069D;
}
.BgClassName
{
background-color: #CF069D;
}
</style>
border-color css
<style>
span { border-color: #CF069D; }
span { border-color: rgb(207,6,157); }
td.TdClassName
{
border-color: #CF069D;
}
.TagClassName
{
border-color: #CF069D;
}
</style>